This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
authentic2-pratic/src/authentic2_pratic/templates/authentic2_pratic/form.html

12 lines
299 B
HTML

{% extends "authentic2/manager/form.html" %}
{% load i18n %}
{% block beforefield %}
{% if field.name == 'certificate_issuer_dn' %}
<h2>{% trans "Certificate" %}</h2>
{% endif %}
{% if field.name == 'generate_password' %}
<h2>{% trans "Passwords" %}</h2>
{% endif %}
{% endblock %}