Show angel name in tshirt view

resolves #1186
This commit is contained in:
Igor Scheller 2023-08-17 20:13:46 +02:00
parent 74989df119
commit e0b552d18b
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@
{% block title %} {% block title %}
{{ is_tshirt ? __('user.edit.shirt') : __('user.edit.goodie') }} {{ is_tshirt ? __('user.edit.shirt') : __('user.edit.goodie') }}
{% endblock %} {%- endblock %}
{% block content %} {% block content %}
<div class="container"> <div class="container">
<h1>{{ block('title') }}</h1> <h1>{{ block('title') }}: <small>{{ m.user(userdata) }}</small></h1>
{% include 'layouts/parts/messages.twig' %} {% include 'layouts/parts/messages.twig' %}