Add famfam icon to the cancel button of the generic forms template

This commit is contained in:
Roberto Rosario
2015-01-12 18:41:08 -04:00
parent 6d3cd9753d
commit f3b85d4c7f

View File

@@ -84,7 +84,7 @@
{% if previous %}
&nbsp;<a href="#header" onclick='{% if previous %}window.location.replace("{{ previous }}");{% else %}history.go(-1);{% endif %}' class="pure-button mayan-button">
{% if cancel_label %}{{ cancel_label }}{% else %}{% trans 'Cancel' %}{% endif %}
<span class="famfam active famfam-cross"></span>{% if cancel_label %}{{ cancel_label }}{% else %}{% trans 'Cancel' %}{% endif %}
</a>
{% endif %}
</div>