From f3b85d4c7f31bb2344f5aa58defba1cbcd468877 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 12 Jan 2015 18:41:08 -0400 Subject: [PATCH] Add famfam icon to the cancel button of the generic forms template --- mayan/apps/main/templates/main/generic_form_subtemplate.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/main/templates/main/generic_form_subtemplate.html b/mayan/apps/main/templates/main/generic_form_subtemplate.html index a6d806dcc7..074a02cc08 100644 --- a/mayan/apps/main/templates/main/generic_form_subtemplate.html +++ b/mayan/apps/main/templates/main/generic_form_subtemplate.html @@ -84,7 +84,7 @@ {% if previous %}   - {% if cancel_label %}{{ cancel_label }}{% else %}{% trans 'Cancel' %}{% endif %} + {% if cancel_label %}{{ cancel_label }}{% else %}{% trans 'Cancel' %}{% endif %} {% endif %}