commit
076bc32cbb
18 changed files with 51 additions and 26 deletions
@ -1 +1 @@ |
|||||||
Password reset |
Восстановление пароля |
||||||
|
|||||||
@ -1,5 +1,8 @@ |
|||||||
{% for cat in category_items %} |
{% for cat in category_items %} |
||||||
|
<a class="header__link" href="{% url 'courses' %}"> |
||||||
|
<div class="header__title">Все курсы</div> |
||||||
|
</a> |
||||||
<a class="header__link{% if category.0 == cat.title %} active{% endif %}" data-category-name="{{ cat.title }}" href="{% url 'courses' %}?category={{ cat.title }}"> |
<a class="header__link{% if category.0 == cat.title %} active{% endif %}" data-category-name="{{ cat.title }}" href="{% url 'courses' %}?category={{ cat.title }}"> |
||||||
<div class="header__title">{{ cat.title }}</div> |
<div class="header__title">{{ cat.title }}</div> |
||||||
</a> |
</a> |
||||||
{% endfor %} |
{% endfor %} |
||||||
|
|||||||
@ -0,0 +1,13 @@ |
|||||||
|
{% extends "templates/lilcity/index.html" %} {% load static %} {% load static %} {% block content %} |
||||||
|
<div class="section"> |
||||||
|
<div class="section__center center center_xs"> |
||||||
|
<div class="done"> |
||||||
|
<div class="done__title title">Адрес не найден.</p> |
||||||
|
</div> |
||||||
|
<div class="done__foot"> |
||||||
|
<a class="done__btn btn btn_md btn_stroke" href="/">ПЕРЕЙТИ НА ГЛАВНУЮ</a> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
{% endblock content %} |
||||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Loading…
Reference in new issue