|
@@ -1,5 +1,6 @@
|
|
|
-<h1>dn42 peer finder</h1>
|
|
|
+{% extends "base.html" %}
|
|
|
|
|
|
+{% block content %}
|
|
|
<h2>What is this?</h2>
|
|
|
|
|
|
<p>This tool allows you to find "good" peerings for dn42, by measuring the
|
|
@@ -20,7 +21,7 @@ latency from various points in the network towards you.</p>
|
|
|
<form action="/submit" method="POST">
|
|
|
Target:
|
|
|
<input type="text" name="target" />
|
|
|
-<input type="submit" name="Launch" />
|
|
|
+<input type="submit" value="Launch" />
|
|
|
</form>
|
|
|
</p>
|
|
|
|
|
@@ -120,7 +121,7 @@ to peer.</p>
|
|
|
<form action="/create/participant" method="POST">
|
|
|
Machine name (required): <input type="text" name="name" /><br />
|
|
|
Mean of contacting you, like IRC nick, mail address, ... (optional): <input type="text" name="contact" /><br />
|
|
|
-<input type="submit" name="Register" />
|
|
|
+<input type="submit" value="Register" />
|
|
|
</form>
|
|
|
|
|
|
|
|
@@ -166,3 +167,4 @@ Unavoidable facts that cannot be fixed:
|
|
|
come from)</lI>
|
|
|
</ol>
|
|
|
</p>
|
|
|
+{% endblock %}
|