{% extends "base.html" %} {% block title %}Settings — diora{% endblock %} {% block content %}

Settings

{% if lastfm_error %}
{{ lastfm_error }}
{% endif %}

Last.fm

{% if has_lastfm %}

Connected as {{ profile.lastfm_username }}

{% csrf_token %}
{% csrf_token %}
{% else %}

Connect your Last.fm account to automatically scrobble the tracks you listen to.

Connect Last.fm {% endif %}

Background

{% if request.user.profile.background_image_data %}

Your background

{% csrf_token %}

Upload a new image to replace it:

{% else %}

Upload a custom background image (JPG, PNG or WebP, max 5 MB).

{% endif %}

Account

Logged in as {{ request.user.username }}

{% csrf_token %}
{% endblock %} {% block extra_js %} {% endblock %}