Welcome to mirror list, hosted at ThFree Co, Russian Federation.

resetPassword.twig « templates « Login « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cd880456f73d03ab57c72db7ee63cee256758b33 (plain)
1
2
3
4
{% if infoMessage is defined and infoMessage is not empty %}
    <p class="message">{{ infoMessage }}</p>
{% endif %}
{% include '@Login/_formErrors.twig' %}