{% extends "base_short.html" %} {% load i18n staticfiles bootstrap3 %} {% block title %} Register an user at ungleich {% endblock %} {% block content %}

{% trans "Sign Up" %}

{% include 'includes/_messages.html' %}
{% csrf_token %}

{{form.non_field_errors|striptags}}

{% endblock %}