{% extends "web/base.html" %} {% load static %} {% block title %}Sign Up - PassMCQ{% endblock title %} {% block content %} {% include "web/include/alert_modal.html" %} {% if messages %} {% for message in messages %}
{% endfor %} {% endif %}

Create Your Account

Join thousands of students preparing for success

{% csrf_token %}

Already have an account? Sign In

or continue with
Continue with Google
{% endblock content %}