code cleanup, mypy

This commit is contained in:
TuxCoder 2022-06-18 13:05:18 +02:00
parent 45c61a06ef
commit 927562fecb
7 changed files with 41 additions and 36 deletions

View file

@ -1,10 +1,10 @@
{% extends 'frontend/base.html.j2' %}
{% block title %}{{ gettext('client certs') }}{% endblock %}
{% block title %}{{ gettext('app token') }}{% endblock %}
{% block content %}
{#
<ul class="nav nav-tabs" id="myTab" role="tablist">
{% for service in services.values() %}
<li class="nav-item">
@ -47,14 +47,11 @@
</div>
{% endfor %}
</div>
#}
{% endblock %}
{% block script_js %}
client_cert.init_list();
{% endblock %}