Fix server link position

This commit is contained in:
Trever Fischer
2012-04-16 17:47:43 -04:00
parent b40d04ae74
commit fb576643c8

View File

@@ -5,9 +5,9 @@
Current time: <span id="time-display"></span>
</div>
{% for server in minecraft_servers %}
<h3>{{server.hostname}}:{{server.port}}</h3>
<a href="http://{{server.hostname}}/map/">Live Map</a>
<a href="{% url minecraft.views.rules server=server.hostname port=server.port %}">Server Rules</a>
<h3>{{server.hostname}}:{{server.port}}</h3>
<ul>
{% if server.online_players %}
{% for player in server.online_players%}