jstacoder / flask-cms

a minimal CMS built on the pythonic MTV (model / template / view) pattern, implemented using the flask webframework
136 stars 37 forks source link

No module named test_jinja #4

Closed jeremyvoltz closed 9 years ago

jeremyvoltz commented 9 years ago

The file views.py in core has the line from test_jinja import main,row,col, but there is no file test_jinja.py in the package.

jstacoder commented 9 years ago

O I never committed that. I'll fix it now.

Thank You, Kyle Roux | Level 2 Designs Inc. | Developer


(P: 714-888-4557tel:714-888-4557 xtn. 307) (F: 714-455-2115tel:714-455-2115) Email: kyle@Level2Designs.commailto:kyle@level2designs.com 1045 W. Katella Ave.x-apple-data-detectors://5/3 Suitex-apple-data-detectors://5/3 #350 Orange, CA 92867 For emergency support, please call: 714-888-4557tel:714-888-4557 xtn. 2 or email: support@level2designs.commailto:support@level2designs.com CONFIDENTIALITY NOTE:The information contained in this transmission is for business purposes and is privileged and confidential information intended only for the use of the individual or entity named above. If you are not the intended recipient, any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this transmission in error, please return to the sender and delete it.

On Oct 26, 2014, at 3:27 AM, "jeremyvoltz" notifications@github.com<mailto:notifications@github.com> wrote:

The file views.py in core has the line from test_jinja import main,row,col, but there is no file test_jinja.py in the package.

— Reply to this email directly or view it on GitHubhttps://github.com/jstacoder/flask-cms/issues/4.