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.

11 lines
240 B

  1. {% extends 'base.html' %}
  2. {% block content %}
  3. <div class="hero-body">
  4. <div class="container">
  5. <div class="card is-shady column is-4 is-offset-4">
  6. {% block content_auth %}{% endblock %}
  7. </div>
  8. </div>
  9. </div>
  10. {% endblock %}