ocadotechnology / django-nuit

A front-end framework based upon Zurb Foundation for Django applications
Apache License 2.0
6 stars 5 forks source link

Add app_logo or other to base template #5

Closed benbacardi closed 9 years ago

benbacardi commented 9 years ago

To allow for HTML inside the title bar (so you can do things like images or BETA labels or something) that doesn't interfere with the <title> (See #4).

{% extend 'nuit/base.html' app_title='My App (Beta)' app_logo='My App <span class="label">BETA</span>' %}
benbacardi commented 9 years ago

Fixed by b1ae8fa