google-code-export / django-photologue

Automatically exported from code.google.com/p/django-photologue
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

consolodated base.html #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
check out how these reference a single survey/base.html, which is just 
one line: {% extends "base.html" %}

http://code.google.com/p/django-survey/source/browse/trunk/survey/templates/surv
ey/base.html

Which would make it easier to redirect to something like main.html (which I
need to do.)

(this is an enhancement, not a defect... but I can't set that... grr.)

Original issue reported on code.google.com by cfkars...@gmail.com on 17 Jul 2008 at 4:46

GoogleCodeExporter commented 9 years ago
Interesting. I'll look at setting it up like this in 2.0. Thanks!

Original comment by justin.d...@gmail.com on 17 Jul 2008 at 12:17

GoogleCodeExporter commented 9 years ago
All Photologue templates now inherit from an empty "root" template as of 2.0 
branch
r249. Thanks for the suggestion.

Original comment by justin.d...@gmail.com on 22 Jul 2008 at 12:22