Fixing cancel button on create flavor page.

Fixes Bug 905073

Change-Id: I6d1a3948748d01c90ba95f423dcf987da91fd628
This commit is contained in:
jakedahn
2011-12-15 20:08:26 -08:00
parent 509164cbe3
commit 23d66a1820

View File

@@ -21,5 +21,5 @@
{% block modal-footer %}
<input class="btn primary pull-right" type="submit" value="{% trans "Create Flavor" %}" />
<a href="{% url horizon:syspanel:flavors:index" class="btn secondary cancel close">Cancel</a>
<a href="{% url horizon:syspanel:flavors:index %}" class="btn secondary cancel close">Cancel</a>
{% endblock %}