ldap first pass

This commit is contained in:
Matthew Scragg 2015-10-14 17:36:22 -05:00
parent 3c2f4a0445
commit 2eaf09dc78
13 changed files with 148 additions and 25 deletions

View file

@ -2,5 +2,6 @@
{% block body %}
{% for form in forms %}
{{ form|safe }}
<hr />
{% endfor %}
{% endblock %}