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 %}