0.0.1
add new page levels
This commit is contained in:
8
templates/pages/choose_table.html
Normal file
8
templates/pages/choose_table.html
Normal 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 %}
|
||||
Reference in New Issue
Block a user