{% extends "base.html" %} {% load widget_tweaks %} {% block content %}

Log in to your instance

{% csrf_token %}
{% render_field form.instance class+="input" %}
{% render_field form.username class+="input" %}
{% render_field form.password class+="input" type="password" %}

This information is only used to log you in to your instance for the first time. Brutaldon never stores your username and password; it only uses it to acquire a token which you can disable from the settings page of your Mastodon instance.

{% endblock %}