Added title and icon to settings page

This commit is contained in:
Jan Böhmer 2024-08-03 23:36:08 +02:00
parent 74e555d25d
commit 947cce78d7
2 changed files with 10 additions and 1 deletions

View file

@ -1,7 +1,10 @@
{% extends "main_card.html.twig" %}
{% macro genId(widget) %}{{ widget.vars.full_name }}{% endmacro %}
{% block title %}{% trans %}settings.title{% endtrans %}{% endblock %}
{% block card_title %}<i class="fa-solid fa-gears fa-fw"></i> {% trans %}settings.title{% endtrans %}{% endblock %}
{% block card_content %}
{{ form_start(form) }}