You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bitter/bitter/templates/thanks.html

11 lines
242 B
HTML

{% extends "base.html" %}
{% block header %}
Thanks!
{% endblock %}
{% block content %}
<p>I'll use it wisely</p>
<a href="login" class="button button-big">Authorize another account!</a>
{% endblock %}