Files
FireGame/templates/pages/choose_table.html
2023-07-13 16:44:05 +03:00

13 lines
441 B
HTML

{% extends "tb_base.html" %}
{% load static %}
{% block CONTENT %}
<h1>Выберите уровень</h1>
<div class="block-levels">
{% include "widgets/w_level.html" %}
{% include "widgets/w_level_2.html" %}
{% include "widgets/w_level_3.html" %}
</div>
<div style="margin-top: 150px;width: 100%;text-align: -webkit-center;">
{% include "widgets/w_workout.html" %}
</div>
{% endblock %}