parent
74989df119
commit
e0b552d18b
|
@ -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' %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue