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

{% extends 'base.html' %}
{% block content %}
<div class="hero-body">
<div class="container">
<div class="card is-shady column is-4 is-offset-4">
{% block content_auth %}{% endblock %}
</div>
</div>
</div>
{% endblock %}