mirror of
https://github.com/zoe-may/TDoG-Skin.git
synced 2025-01-19 03:27:23 +08:00
11 lines
242 B
Twig
Executable File
11 lines
242 B
Twig
Executable File
{% extends 'auth.base' %}
|
|
|
|
{% block title %}{{ trans('auth.reset.title') }}{% endblock %}
|
|
|
|
{% block content %}
|
|
<p class="login-box-msg">
|
|
{{ trans('auth.reset.message', {username: user.nickname}) }}
|
|
</p>
|
|
<main></main>
|
|
{% endblock %}
|