- {% map_fragment showcase_map zoomControl=1 %}
+ {% include "umap/search_bar.html" %}
+ {% include "umap/about_summary.html" %}
+ {% if showcase_map %}
+
+
{% blocktrans %}Map of the uMaps{% endblocktrans %}
+
{% map_fragment showcase_map zoomControl=1 %}
+ {% endif %}
+
+
{% blocktrans %}Get inspired, browse maps{% endblocktrans %}
+
{% include "umap/map_list.html" %}
-{% endif %}
-
-
{% blocktrans %}Get inspired, browse maps{% endblocktrans %}
-
- {% include "umap/map_list.html" %}
-
-
-
{% endblock maincontent %}
diff --git a/umap/templates/umap/js.html b/umap/templates/umap/js.html
index e8c1e8e6..566ec658 100644
--- a/umap/templates/umap/js.html
+++ b/umap/templates/umap/js.html
@@ -1,46 +1,44 @@
{% load compress %}
{% compress js %}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{% endcompress %}
-{% if locale %}
-
-{% endif %}
+{% if locale %}{% endif %}
{% compress js %}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{% endcompress %}
diff --git a/umap/templates/umap/login_popup_end.html b/umap/templates/umap/login_popup_end.html
index 9ea96dfc..42600c54 100644
--- a/umap/templates/umap/login_popup_end.html
+++ b/umap/templates/umap/login_popup_end.html
@@ -1,19 +1,18 @@
{% load i18n %}
{% trans "You are logged in. Continuing..." %}
-
+
+
diff --git a/umap/templates/umap/map_init.html b/umap/templates/umap/map_init.html
index 50af1a17..f83f3568 100644
--- a/umap/templates/umap/map_init.html
+++ b/umap/templates/umap/map_init.html
@@ -1,5 +1,3 @@
{% load umap_tags %}
-
-
+
+
diff --git a/umap/templates/umap/map_list.html b/umap/templates/umap/map_list.html
index 280246de..b0c74325 100644
--- a/umap/templates/umap/map_list.html
+++ b/umap/templates/umap/map_list.html
@@ -1,12 +1,19 @@
{% load umap_tags umap_tags i18n %}
-
{% for map_inst in maps %}
-
-
+
+
{% map_fragment map_inst prefix=prefix page=request.GET.p %}
-
-
+
+
{% endfor %}
{% if maps.has_next %}
-
+
{% endif %}
diff --git a/umap/templates/umap/map_messages.html b/umap/templates/umap/map_messages.html
index 646cfd0a..4ad806a0 100644
--- a/umap/templates/umap/map_messages.html
+++ b/umap/templates/umap/map_messages.html
@@ -1,10 +1,10 @@
diff --git a/umap/templates/umap/messages.html b/umap/templates/umap/messages.html
index f2777e5c..c2d19217 100644
--- a/umap/templates/umap/messages.html
+++ b/umap/templates/umap/messages.html
@@ -1,11 +1,11 @@
-
- {% if messages %}
-
- {% for message in messages %}
- {{ message }}
- {% endfor %}
-
- {% endif %}
-
+
+ {% if messages %}
+
+ {% for message in messages %}
+ {{ message }}
+ {% endfor %}
+
+ {% endif %}
+
diff --git a/umap/templates/umap/navigation.html b/umap/templates/umap/navigation.html
index 8a427f5e..98974f92 100644
--- a/umap/templates/umap/navigation.html
+++ b/umap/templates/umap/navigation.html
@@ -1,28 +1,42 @@
{% load i18n %}
-
-
{% if not UMAP_READONLY %}
{% trans "Create a map" %}
diff --git a/umap/templates/umap/password_change.html b/umap/templates/umap/password_change.html
index d398258f..fbec7e2f 100644
--- a/umap/templates/umap/password_change.html
+++ b/umap/templates/umap/password_change.html
@@ -1,20 +1,25 @@
{% extends "umap/content.html" %}
-
{% load i18n %}
-
{% block content %}
{% trans "Password change" %}
- {% trans "Please enter your old password, for security's sake, and then enter your new password twice so we can verify you typed it in correctly." %}
-
+
+ {% trans "Please enter your old password, for security's sake, and then enter your new password twice so we can verify you typed it in correctly." %}
+
{% endblock content %}
diff --git a/umap/templates/umap/password_change_done.html b/umap/templates/umap/password_change_done.html
index 9fb67450..5203b737 100644
--- a/umap/templates/umap/password_change_done.html
+++ b/umap/templates/umap/password_change_done.html
@@ -1,9 +1,9 @@
{% extends "umap/content.html" %}
-
{% load i18n %}
-
{% block content %}
{% trans "Password change successful" %}
{% trans "Your password was changed." %}
- Home
+
+ Home
+
{% endblock content %}
diff --git a/umap/templates/umap/search.html b/umap/templates/umap/search.html
index 98af8429..ad82fcae 100644
--- a/umap/templates/umap/search.html
+++ b/umap/templates/umap/search.html
@@ -1,25 +1,23 @@
{% extends "umap/content.html" %}
-
{% load i18n %}
-
{% block maincontent %}
-{% include "umap/search_bar.html" %}
-{% if q %}
-
-
- {% if maps %}
-
- {% blocktranslate count counter=count %}
- {{ count }} map found:
- {% plural %}
- {{ count }} maps found:
- {% endblocktranslate %}
-
- {% include "umap/map_list.html" with prefix='search_map' %}
- {% else %}
-
{% trans "No map found." %}
- {% endif %}
+ {% include "umap/search_bar.html" %}
+ {% if q %}
+
+
+ {% if maps %}
+
+ {% blocktranslate count counter=count %}
+ {{ count }} map found:
+ {% plural %}
+ {{ count }} maps found:
+ {% endblocktranslate %}
+
+ {% include "umap/map_list.html" with prefix='search_map' %}
+ {% else %}
+ {% trans "No map found." %}
+ {% endif %}
+
-
-{% endif %}
+ {% endif %}
{% endblock maincontent %}
diff --git a/umap/templates/umap/search_bar.html b/umap/templates/umap/search_bar.html
index 67b84c28..e6373fc7 100644
--- a/umap/templates/umap/search_bar.html
+++ b/umap/templates/umap/search_bar.html
@@ -1,13 +1,16 @@
{% load i18n %}
diff --git a/umap/templates/umap/success.html b/umap/templates/umap/success.html
index b5754e20..9766475a 100644
--- a/umap/templates/umap/success.html
+++ b/umap/templates/umap/success.html
@@ -1 +1 @@
-ok
\ No newline at end of file
+ok