{% extends 'music_nation/base.html' %} {% block title %}SignUp{% endblock %} {% block content %} {% if user.is_authenticated %}

You will have to logout and sign in as a new user

Do you want to LogOut {% else %} {% if message %}
  • {{ message }}

  • {% endif %}

    SignUp

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