You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
497 B

  1. {% extends "base.html" %}
  2. {% block content %}
  3. <div class="row">
  4. <div class="col-sm-6 col-sm-offset-3">
  5. <div class="hc-dialog">
  6. <h1>Incorrect Link</h1>
  7. <div class="dialog-body">
  8. <p>
  9. The link you just used is incorrect.
  10. If you copy-pasted the link, please make sure you did not
  11. miss any characters.
  12. </p>
  13. </div>
  14. </div>
  15. </div>
  16. </div>
  17. {% endblock %}