Update school template

remotes/origin/hasaccess
Ivlev Denis 8 years ago
parent d08eb7891a
commit cdb0bb89be
  1. 14
      apps/school/templates/school/school.html

@ -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…
Cancel
Save