monsij/StudentPortal

View on GitHub
pro1/users/templates/users/password_reset_done.html

Summary

Maintainability
Test Coverage
{% extends "blog/base.html" %}
{% load crispy_forms_tags %}
{% block content %}
<head>
    {% if title %}
        <title>{{ post.title }}</title>
    {% else %}
        <title>Student Portal</title>
    {% endif %}
</head>
    <div class="alert alert-info">
      An email has been sent with further instructions to reset your password.
  </div>
{% endblock content %}