{% extends "base.html" %} {% load widget_tweaks %} {% load static %} {% block content %} {% if user and not user.is_anonymous %} Submit Proposal {% else %} Login {% endif %} {% if registration_complete %} Thank You for your registration. You can now log in by clicking here! {% endif %} {% csrf_token %} {{ form.as_p }} Login Create an Account {% endblock %}
Thank You for your registration. You can now log in by clicking here!