add userdb template tags
- add changelog entry - add generated documentation for userdbs.templatetags.userdb - add userdb template tags db_type_icon_class and db_type_name - remove empty userdbs.views
This commit is contained in:
parent
56675f6c4d
commit
4c8b173e95
6 changed files with 74 additions and 6 deletions
3
gnuviechadmin/templates/userdbs/snippets/db_type.html
Normal file
3
gnuviechadmin/templates/userdbs/snippets/db_type.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
{# format database types #}
|
||||
{% load userdb %}
|
||||
<i class="{% db_type_icon_class %}" title="{% db_type_name %}"></i><span class="sr-only">{% db_type_name %}</span>
|
Loading…
Add table
Add a link
Reference in a new issue