{% extends "registration/registration_base.html" %} {% load i18n static crispy_forms_tags %} {% block title %}{% trans "Sign in to Hackinscience" %}{% endblock %} {% block content %} {% url 'auth_password_reset' as auth_pwd_reset_url %} {% url 'registration_register' as register_url%}
{% csrf_token %} {{ form|crispy }}

{% trans "Forgot your password?" %}


{% trans "New to Hackinscience?" %} {% trans "Create an account." %}

{% endblock %}