]> git.parisson.com Git - telemeta.git/commitdiff
* Change link order at home
authoryomguy <>
Wed, 14 May 2008 15:11:57 +0000 (15:11 +0000)
committeryomguy <>
Wed, 14 May 2008 15:11:57 +0000 (15:11 +0000)
telemeta/templates/index.html

index 54620407b5be0ff5ee689f7874c74b3024797bf5..041e169d37df55c0a21f16f2f6252df19680b51d 100644 (file)
@@ -1,12 +1,12 @@
 {% extends "base.html" %}
 {% block content %}
 <div class="homelinks">
-<p><a href="{% url telemeta-geo-continents %}">Geographic Navigator</a><br />
-  Browse collections by continents and countries</p>
 <p><a href="{% url telemeta-collections %}">All collections</a><br />
   Browse all collections</p>
 <p><a href="{% url telemeta-items %}">All items</a><br />
   Browse all items</p>
+<p><a href="{% url telemeta-geo-continents %}">Geographic Navigator</a><br />
+  Browse collections by continents and countries</p>
 <p><a href="{% url telemeta-admin %}">Administration</a><br />
   Configure Telemeta and manage users</p>
 </div>