add an id to the masthead
This commit is contained in:
parent
cafdd783c3
commit
50e753ec7d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
{% 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">
|
||||
|
|
Loading…
Reference in a new issue