People
Add Person
Your People
--
+
- - {{ person.name }} - Edit + {{ person.name }} + + Edit + {% empty %}
- No people yet. diff --git a/vrobbler/templates/profiles/settings_form.html b/vrobbler/templates/profiles/settings_form.html index 2e22b4c..e189152 100644 --- a/vrobbler/templates/profiles/settings_form.html +++ b/vrobbler/templates/profiles/settings_form.html @@ -92,6 +92,11 @@ .widget-links li { margin-bottom: 4px; } + +.settings-link { + grid-column: 2; + margin: 8px 0; +} @@ -100,6 +105,7 @@ {% block title %}Settings{% endblock %} {% block details %} +
-
{% for person in people %}