This commit is contained in:
Norman Jäckel 2012-06-27 23:29:06 +02:00
parent 5311c7ae31
commit 409bfda353
1 changed files with 9 additions and 10 deletions

View File

@ -10,8 +10,6 @@
<script type="text/javascript" src="{% static 'javascript/assignment.js' %}"></script>
{% endblock %}
{% block content %}
<h1>{% trans "Election" %}: {{ assignment }}</h1>
{% if assignment.status != "fin" %}
<div id="sidebar">
<div class="box">
@ -24,6 +22,7 @@
</div>
</div>
{% endif %}
<h1>{% trans "Election" %}: {{ assignment }}</h1>
{% endblock %}
{% block scrollcontent %}