{% 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 %} {{wtf.quick_form(form, novalidate=True)}}
{% endblock %}