queen/templates/signup_error.html

17 lines
252 B
HTML
Raw Normal View History

2024-02-26 00:34:32 +00:00
{% extends "base.html" %}
{% block title %}Dang!{% endblock %}
2024-02-26 00:34:32 +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 %}