From fb57bd224d87c3ecf39044ed152711985361a48e Mon Sep 17 00:00:00 2001 From: Adarnof Date: Tue, 5 Jul 2016 18:15:01 -0400 Subject: [PATCH] load i18n for translations --- stock/templates/registered/fatlinkformatter.html | 1 + 1 file changed, 1 insertion(+) diff --git a/stock/templates/registered/fatlinkformatter.html b/stock/templates/registered/fatlinkformatter.html index b6ebcab5..d08e3873 100644 --- a/stock/templates/registered/fatlinkformatter.html +++ b/stock/templates/registered/fatlinkformatter.html @@ -1,6 +1,7 @@ {% extends "public/base.html" %} {% load bootstrap %} {% load staticfiles %} +{% load i18n %} {% block title %}Alliance Auth - Fatlink Create{% endblock %}