Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /swf-remote/src/templates/registration/password_change_done.html was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 {% extends 'base.html' %}
0002 
0003 {% block title %}Password Changed — ePIC Production Monitor{% endblock %}
0004 
0005 {% block content %}
0006 <div class="container mt-4" style="max-width: 480px;">
0007     <h2 class="mb-3">Password changed</h2>
0008     <div class="alert alert-success">Your password was updated successfully.</div>
0009     <p><a class="btn btn-primary" href="{% url 'monitor_app:account' %}">Back to account</a></p>
0010 </div>
0011 {% endblock %}