source: firmaeventos/users/templates/users_pass_done.html @ 989c168

Last change on this file since 989c168 was 989c168, checked in by rudmanmrrod <rudman22@…>, 7 years ago

Ajustados estilos, removido login con email

  • Property mode set to 100644
File size: 422 bytes
Line 
1{% extends 'base.template.html' %}
2{% load staticfiles %}
3{% block title %}Recuperar Contraseña{% endblock title %}
4{% block content %}
5<div class="center">
6    <h3>Recuperar Contraseña</h3><hr/>
7        <br/>
8        <p>Tu contraseña ha sido definida. Ya puedes iniciar sesión de nuevo.</p><br/>
9        <a href="{% url 'users:login' %}" class="btn waves-effect red darken-1">Iniciar sesión</a>
10</div>
11{% endblock %}
Note: See TracBrowser for help on using the repository browser.