zulip/templates/zephyr/reset_done.html
Zev Benjamin 0754430c86 Make portico pages structurally valid HTML
There were a few things the W3C validator complained about that I
didn't bother fixing (like img tags without alt attributes and
obsolete tags).  There also a few pages that were slightly more
annoying to get my local instance to render (like the 404 and 500
error pages), so I checked those by eye.

This does not cover the actual app at all.

(imported from commit 1cbe1ec11067e96718814ec23eaf5a8b4b68ef19)
2013-06-20 12:21:42 -04:00

12 lines
248 B
HTML

{% extends "zephyr/portico_signup.html" %}
{% block portico_content %}
<div class="pitch">
<hr/>
<h3>Password changed.</h3>
</div>
<p>Done! You can now <a href="{% url 'django.contrib.auth.views.login' %}">log in</a>.</p>
{% endblock %}