diff --git a/templates/photos.html b/templates/photos.html index 06bd25d..f198829 100644 --- a/templates/photos.html +++ b/templates/photos.html @@ -3,7 +3,7 @@

{{page_title}} -- {{view_path}}

- + {% for obj in objects %} {% endfor %} diff --git a/templates/settings.html b/templates/settings.html index 66bf9ac..2ac004a 100644 --- a/templates/settings.html +++ b/templates/settings.html @@ -2,8 +2,8 @@

{{page_title}}

-
Name
Name
{{obj.name}}
- +
NameValue
+ {% for obj in objects %} {% endfor %}
NameValue
{{obj.name}}{{obj.value}}