{% extends "base.html" %} {% block title %}Sign In | Witcher RPG{% endblock %} {% block content %}

Sign in to continue

Enter your credentials to resume your journey.

{% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{% csrf_token %}
{% endblock %}