{% extends "base.html" %} {% block title %}Setup - Stage 2{% endblock %} {% block nav %}{{ super() }}{% endblock %} {% block content %}
{{ form.hidden_tag() }}
Username:
Password:
{% endblock %}