Files
authentik/passbook/admin/templates/generic/create.html
2019-02-27 15:48:33 +01:00

12 lines
270 B
HTML

{% extends "generic/form.html" %}
{% load i18n %}
{% block above_form %}
<h1>{% blocktrans with type=type %}Create {{ type }}{% endblocktrans %}</h1>
{% endblock %}
{% block action %}
{% blocktrans with type=type %}Create {{ type }}{% endblocktrans %}
{% endblock %}