This commit is contained in:
2023-07-13 16:44:05 +03:00
parent f55912467b
commit 43669da23b
11 changed files with 174 additions and 17 deletions

View File

@@ -5,5 +5,9 @@
<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 %}