Mercurial > public > bravenewsurf
annotate bns_website/templates/admin/base_site.html @ 23:1357c69e887d
- I added a little New badge for posts in the last 3 days.
- I added a <div class=""> tag to the news posts to group them within the same Bootstrap CSS alert block. I'm not sure if it's a good idea or not, but it's kind of cool.
author | Bob Mourlam <bob.mourlam@gmail.com> |
---|---|
date | Mon, 31 Oct 2011 22:08:45 -0500 |
parents | 48ff23eab86a |
children |
rev | line source |
---|---|
bgneal@6 | 1 {% extends "admin/base.html" %} |
bgneal@6 | 2 {% load i18n %} |
bgneal@6 | 3 |
bgneal@6 | 4 {% block title %}{{ title }} | {% trans 'Brave New Surf Site Admin' %}{% endblock %} |
bgneal@6 | 5 |
bgneal@6 | 6 {% block branding %} |
bgneal@6 | 7 <h1 id="site-name">{% trans 'Brave New Surf Administration' %}</h1> |
bgneal@6 | 8 {% endblock %} |
bgneal@6 | 9 |
bgneal@6 | 10 {% block nav-global %}{% endblock %} |