fixed typo in speaker manage template

This commit is contained in:
James Tauber 2012-11-11 09:11:54 -05:00
parent ac6a05ee49
commit 73179635ef

View file

@ -4,7 +4,7 @@
{% load bootstrap_tags %}
{% block body %}
<h1>{{% trans 'Proposal:' %} {{ proposal.title }}</h1>
<h1>{% trans 'Proposal:' %} {{ proposal.title }}</h1>
<p>
<a href="{% url proposal_edit proposal.pk %}">{% trans 'Edit proposal' %}