pombreda / formalchemy

Automatically exported from code.google.com/p/formalchemy
MIT License
0 stars 0 forks source link

Unable to customize ext.pylons admin templates #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Copy formalchemy admin templates to project directory
2. modify templates
3. set formalchemy.ext.pylons.admin.template_dir to project directory
3. run server, and view admin page

What is the expected output? What do you see instead?
Expect custom admin screens.  See formalchemy admin screens

What version of the product are you using? On what operating system?
latest trunk as of 3/1/09

Please provide any additional information below.

Original issue reported on code.google.com by fdhen...@gmail.com on 11 Mar 2009 at 7:25

GoogleCodeExporter commented 9 years ago

Original comment by jbel...@gmail.com on 11 Mar 2009 at 7:30

GoogleCodeExporter commented 9 years ago
Issue 79 has been merged into this issue.

Original comment by gael.pas...@gmail.com on 12 Mar 2009 at 10:42

GoogleCodeExporter commented 9 years ago
you can now override the default admin templates in yourapp/templates/fa_admin 
or use
an engine argument in FAAdminController()

Original comment by gael.pas...@gmail.com on 30 Mar 2009 at 12:27

GoogleCodeExporter commented 9 years ago
Just a note:
This does not work for the Pylons template that comes with FormAlchemy. In this 
case
only the template 'templates/forms/restfieldset.mako' is used. It took me some 
time
to realize this, because the name of the template does not sound like as it 
used as
base template.

Original comment by tobias.s...@gtempaccount.com on 29 Apr 2010 at 11:02