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:
Jan Dittberner 2015-01-18 16:05:29 +01:00
parent 56675f6c4d
commit 4c8b173e95
6 changed files with 74 additions and 6 deletions

View 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>