{% extends 'base.html' %} {% block content %} {% load i18n %}

{% trans 'FurryBlacklight Login' %}

{% trans 'Go Back' %}
{% csrf_token %} {% if get_code_form.non_field_errors %} {% endif %}
{% endblock %}