{% extends 'base.html' %} {% load static i18n crispy_forms_tags %} {% block title %}Rizz{% endblock %} {% block content %}

Let's Get Started Rizz

Sign in to continue to Rizz.

{% csrf_token %} {{ form|crispy }} {% if redirect_field_value %} {% endif %}

Don't have an account ? Free Resister

Or Login With
{% endblock content %} {% block extra_javascript %} {% endblock %}