Mercurial > public > bravenewsurf
annotate bns_website/templates/admin/base_site.html @ 43:9936cae358d9
I removed some unused clutter from the news_list.html template. I moved the date to the title line, which looks a lot better I think. I made the space between articles 2em and added a border at the top of each article. I'm not sure I like it, but it's better I think.
author | Bob Mourlam <bob.mourlam@gmail.com> |
---|---|
date | Mon, 07 Nov 2011 21:22:12 -0600 |
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 %} |