{% import "bootstrap/wtf.html" as wtf %} {% extends "bootstrap/base.html" %} {% block title %}Manage your Technical Incompetence account{% endblock %} {% block styles %} {{super()}} {% endblock %} {% block navbar %} {% endblock %} {% block content %}

Sign in for our awesome service

Forgot your password? Too bad! We don't have emails working yet!

{% if error is defined %} {% endif %} {#
{{ form.csrf_token }}
{{ form.username.label }}: {{ form.username() }}

{{ form.password.label }}: {{ form.password() }}

#} {{wtf.quick_form(form, novalidate=True)}}
{% endblock %}