diff --git a/django_lostplaces/lostplaces/templates/explorer/profile.html b/django_lostplaces/lostplaces/templates/explorer/profile.html
index 4cf7948..cf4cd63 100644
--- a/django_lostplaces/lostplaces/templates/explorer/profile.html
+++ b/django_lostplaces/lostplaces/templates/explorer/profile.html
@@ -45,65 +45,63 @@
{% trans 'Places submitted by' %} {{explorer.user.username}}
-
- {% for place in place_list %}
-
+ {% trans 'Places submitted by' %} {{explorer.user.username}}
+
+ {% for place in place_list %}
+
- {% include 'partials/nav/pagination.html' %}
+ {% include 'partials/nav/pagination.html' %}
- {% trans 'Images submitted by' %} {{explorer.user.username}}
- {% trans 'Images submitted by' %} {{explorer.user.username}}
+
{% trans 'Photo albums submitted by' %} {{explorer.user.username}}
-
- {% for photo_album in assets.photoalbums.all %}
-
- {% trans 'Photo albums submitted by' %} {{explorer.user.username}}
+
+ {% for photo_album in assets.photoalbums.all %}
+
+