{% extends 'YtManagerApp/master_default.html' %} {% load static %} {% load crispy_forms_tags %} {% block stylesheets %} {% endblock %} {% block body %}
{% if next %} {% if user.is_authenticated %} {% else %} {% endif %} {% endif %}
Register
{% crispy form %}
{% endblock %}