Files
authentik/passbook/admin/templates/generic/create.html
Jens Langhammer fbaab4efaf Many broken things
2018-11-16 09:10:35 +01:00

7 lines
119 B
HTML

{% extends "generic/form.html" %}
{% load i18n %}
{% block above_form %}
<h1>{% trans 'Create' %}</h1>
{% endblock %}