fix url name

This commit is contained in:
Élie Bouttier 2017-12-01 00:23:06 +01:00
parent d788f893eb
commit 6e063c0162
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
{% csrf_token %}
{{ form|crispy }}
<button type="submit" class="btn btn-primary">{% trans "Save" %}</button>
<a class="btn btn-default" href="{% url 'conference' %}">{% trans "Cancel" %}</a>
<a class="btn btn-default" href="{% url 'conference-edit' %}">{% trans "Cancel" %}</a>
</form>
{% endblock %}