Files
authentik/authentik/admin/templates/administration/certificatekeypair/generate.html
2021-02-07 16:15:55 +01:00

15 lines
277 B
HTML

{% extends base_template|default:"generic/form.html" %}
{% load authentik_utils %}
{% load i18n %}
{% block above_form %}
<h1>
{% trans 'Generate Certificate-Key Pair' %}
</h1>
{% endblock %}
{% block action %}
{% trans 'Generate Certificate-Key Pair' %}
{% endblock %}