mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
11 lines
257 B
Twig
11 lines
257 B
Twig
|
{% extends "main_card.html.twig" %}
|
||
|
|
||
|
{% block card_title %}
|
||
|
<i class="fas fa-key"></i>
|
||
|
{% trans %}pw_reset.request.header.title{% endtrans %}
|
||
|
{% endblock %}
|
||
|
|
||
|
{% block card_content %}
|
||
|
{{ form_start(form) }}
|
||
|
{{ form_end(form) }}
|
||
|
{% endblock %}
|