{% extends "feeds/base.html" %} {% block title %}Connect Bluesky - feedwell{% endblock %} {% block content %}

Connect Bluesky

Log in with an app password, not your real account password. Generate one at bsky.app/settings/app-passwords ↗ .

{% if form.non_field_errors %}

{{ form.non_field_errors|join:" " }}

{% endif %}
{% csrf_token %} {{ form.as_p }}

Back to connections

{% endblock %}