parent
d08eb7891a
commit
cdb0bb89be
1 changed files with 9 additions and 5 deletions
@ -1,7 +1,11 @@ |
||||
{% extends "templates/lilcity/index.html" %} {% load static %} {% block content %} |
||||
{% include "../blocks/promo.html" %} |
||||
{% include "../blocks/about.html" %} |
||||
{% include "../blocks/advantages.html" %} |
||||
{% include "../blocks/online.html" %} |
||||
{% include "../blocks/schedule.html" %} |
||||
{% if not is_purchased %} |
||||
{% include "../blocks/promo.html" %} |
||||
{% include "../blocks/about.html" %} |
||||
{% include "../blocks/advantages.html" %} |
||||
{% include "../blocks/online.html" %} |
||||
{% include "../blocks/schedule.html" %} |
||||
{% else %} |
||||
{% include "../blocks/schedule_purchased.html" %} |
||||
{% endif %} |
||||
{% endblock %} |
||||
|
||||
Loading…
Reference in new issue