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 "Providers" %}</h1>
<span>{% trans "Authentication Protocol Provider, used as Protocol behind an Application." %}</span>
<hr>
<div class="dropdown">
<button class="btn btn-primary dropdown-toggle" type="button" id="createDropdown" data-toggle="dropdown">
{% trans 'Create...' %}