15 lines
277 B
HTML
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 %}
|