mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
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)
12 lines
248 B
HTML
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 %}
|