Move map links

This commit is contained in:
Trever Fischer
2012-03-02 15:07:09 -05:00
parent 871eb69d73
commit cea5a93167

View File

@@ -56,7 +56,6 @@
<li><a href="/">Home</a></li>
<li><a href="{%url forums.views.index%}">Forums</a></li>
<li><a href="{% url petition.views.create %}">Create Petition</a></li>
<li><a href="http://{{minecraftServer.hostname}}/map/">Live Map</a></li>
{% get_flatpages '/' as pages %}
{% for page in pages %}
<li><a href="{{ page.url }}">{{ page.title }}</a></li>
@@ -75,6 +74,7 @@
<div id="statbox" class="stat-box">
<h2 class="title">World Status</h2>
{% for server in minecraft_servers %}
<a href="http://{{server.hostname}}/map/">Live Map</a>
<h3>{{server.hostname}}:{{server.port}}</h3>
<ul>
{% if server.online_players %}