*: rename templatetags to clearly identify

This commit is contained in:
Jens Langhammer
2020-05-15 10:54:31 +02:00
parent 8cfd3f9a2b
commit a5319fc2fe
43 changed files with 42 additions and 48 deletions

View File

@ -1,5 +1,5 @@
{% load passbook_stages_email %}
{% load utils %}
{% load passbook_utils %}
{% load static %}
{% load i18n %}

View File

@ -1,6 +1,6 @@
{% extends "stages/email/for_email/base.html" %}
{% load utils %}
{% load passbook_utils %}
{% load i18n %}
{% load humanize %}

View File

@ -55,7 +55,6 @@
</footer>
</main>
<footer class="pf-c-login__footer">
<p></p>
<ul class="pf-c-list pf-m-inline">
<li>
<a href="https://beryju.github.io/passbook/">{% trans 'Documentation' %}</a>

View File

@ -1,6 +1,6 @@
{% extends "user/base.html" %}
{% load utils %}
{% load passbook_utils %}
{% load i18n %}
{% block page %}