submit.html 330 B

123456789101112
  1. <p>Your request has been submitted, ping will be launched towards the
  2. specified targets.</p>
  3. <p>The results should be available within a few minutes by using the following links:</p>
  4. <p>
  5. <ul>
  6. {% for t in targets %}
  7. <li><a href="/result/show/{{ t.unique_id }}">Result for {{ t }}</a></li>
  8. {% endfor %}
  9. </ul>
  10. </p>