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.

14 lines
319 B

  1. {% extends "base.html" %}
  2. {% block content %}
  3. <div class="row">
  4. <div class="col-sm-6 col-sm-offset-3">
  5. <div id="login_dialog">
  6. <h1>Server Error</h1>
  7. <p>
  8. Something bad happened and you should feel bad.
  9. </p>
  10. </div>
  11. </div>
  12. </div>
  13. {% endblock %}