what2watch/templates/signup_error.html

17 lines
258 B
HTML
Raw Normal View History

2024-01-07 00:54:11 +00:00
{% extends "base.html" %}
2024-04-12 05:15:34 +00:00
{% block title %}Dang, Buddy{% endblock %}
2024-01-07 00:54:11 +00:00
{% block content %}
{% block header %}{% endblock %}
<h1>Oh dang!</h1>
<div id="signup_success">
<p>
Sorry, something went wrong: {{self.0}}
</p>
</div>
{% endblock %}