Changeset - 50e753ec7d0f
[Not reviewed]
0 1 0
Luke Hatcher - 12 years ago 2012-07-19 07:09:33
lukeman@gmail.com
add an id to the masthead
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
symposion_project/templates/site_base.html
Show inline comments
...
 
@@ -19,13 +19,13 @@
 
    {% markitup_media "no-jquery" %}
 
    {% block extra_head %}{% endblock %}
 
{% endblock %}
 

	
 
{% block topbar_base %}
 
    <div class="container">
 
        <header>
 
        <header id="masthead">
 
            <div class="pull-right">
 
                {% if request.user.is_authenticated %}
 
                    <form style="margin: 0;" action="{% url account_logout %}" method="post">
 
                        <div class="btn-group">
 
                            <a class="btn" href="{% url dashboard %}">Dashboard</a>
 
                            {% if request.user.is_staff %}
0 comments (0 inline, 0 general)