n_oct/plugins/rainlab/user/components/resetpassword/default.htm

7 lines
192 B
HTML

<div id="partialUserResetForm">
{% if __SELF__.code == null %}
{% partial __SELF__ ~ '::restore' %}
{% else %}
{% partial __SELF__ ~ '::reset' %}
{% endif %}
</div>