add an id to the masthead

This commit is contained in:
Luke Hatcher 2012-07-19 03:09:33 -04:00
parent cafdd783c3
commit 50e753ec7d

View file

@ -22,7 +22,7 @@
{% block topbar_base %} {% block topbar_base %}
<div class="container"> <div class="container">
<header> <header id="masthead">
<div class="pull-right"> <div class="pull-right">
{% if request.user.is_authenticated %} {% if request.user.is_authenticated %}
<form style="margin: 0;" action="{% url account_logout %}" method="post"> <form style="margin: 0;" action="{% url account_logout %}" method="post">