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

@ -10,6 +10,8 @@
{% block content %}
<div class="container">
<h1>{% trans "Applications" %}</h1>
<span>{% trans "External Applications which use passbook as Identity-Provider, utilizing protocols like OAuth2 and SAML." %}</span>
<hr>
<a href="{% url 'passbook_admin:application-create' %}" class="btn btn-primary">
{% trans 'Create...' %}
</a>