Removed useless import in jinja templates

This commit is contained in:
Éloi Rivard 2023-05-17 16:21:00 +02:00
parent 77c5d7ac7a
commit 4d64b3fcba

View file

@ -1,5 +1,4 @@
{% extends theme('base.html') %}
{% import 'macro/form.html' as fui %}
{%- block title -%}
{%- trans %}View an authorization{% endtrans -%}