add new page levels
This commit is contained in:
2023-07-12 20:00:10 +03:00
parent b033f5c96d
commit ed402e6b2d
11 changed files with 232 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
{% extends "tb_base.html" %}
{% load static %}
{% block CONTENT %}
<h1>Выберите уровень</h1>
<div class="block-levels">
{% include "widgets/w_level.html" %}
</div>
{% endblock %}