Move map links
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user