Fixed problem with verbose_name template function registration

remotes/origin/enhancement/email-actions
Jesús Espino 2014-06-05 12:31:56 +02:00
parent a16143d915
commit 236d037770
1 changed files with 2 additions and 2 deletions

View File

@ -14,9 +14,9 @@
# You should have received a copy of the GNU Affero General Public License # You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
from django_jinja.base import Library from django_jinja import library
register = Library() register = library.Library()
@register.global_function @register.global_function