{% extends "base_bootstrap_login.html" %} {% block title %}Register new user{% endblock %} {% block content %}
{% if form.errors %}

Sorry, that's not a valid username and password combination

{% endif %}
{% csrf_token %} {{ form.as_table }}
{% endblock %}