add help texts to explain naming

This commit is contained in:
Jens Langhammer
2019-02-16 11:25:53 +01:00
parent df45797b4a
commit 7601351f51
7 changed files with 29 additions and 0 deletions

View File

@ -11,6 +11,8 @@
{% block content %}
<div class="container">
<h1>{% trans "Factors" %}</h1>
<span>{% trans "Factors required for a user to successfully authenticate." %}</span>
<hr>
<a href="{% url 'passbook_admin:factor-create' %}" class="btn btn-primary">
{% trans 'Create...' %}
</a>