{% extends "registration/base.html" %} {% load i18n static %} {% block main_classes %}{{block.super}} w3-animate-bottom{% endblock %} {% block content %}
{% csrf_token %} {# don't annotate (correctly) for making it harder for bots #}

{% trans 'Sign up' %}

{% include "spider_base/partials/base_form.html" with form=form %}

{% trans 'Already an account? Login?' %}
{% endblock %}