From 4a18c01cdbe35232d6a0fc7668df37ddfe2fbd11 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 20 Mar 2026 13:21:10 -0400 Subject: [PATCH] [settings] Clean up settings widget --- .../templates/profiles/settings_form.html | 94 +++++++++++++------ 1 file changed, 63 insertions(+), 31 deletions(-) diff --git a/vrobbler/templates/profiles/settings_form.html b/vrobbler/templates/profiles/settings_form.html index 35d8c2c..22b0899 100644 --- a/vrobbler/templates/profiles/settings_form.html +++ b/vrobbler/templates/profiles/settings_form.html @@ -5,54 +5,92 @@ {% block head_extra %} @@ -62,19 +100,16 @@ input:focus { {% block title %}Settings{% endblock %} {% block details %} -
{% csrf_token %} +{% csrf_token %} {% for field in form %} {% if field.name == "enable_public_widgets" %} -

+

{{ field }} {{ field.label_tag }} - {% if field.errors %} - {{ field.errors }} - {% endif %}

{% if user_id %}