данные платной конференции

remotes/origin/HEAD
Slava Kyrachevsky 9 years ago
parent 0393bd03cf
commit a6582b3cd0
  1. 4
      templates/client/conference/conference_detail.html

@ -23,14 +23,12 @@
{% endblock %} {% endblock %}
{% block content_list %} {% block content_list %}
{% include 'client/includes/conference/conference_partner.html' with event=object %} {# {% include 'client/includes/conference/conference_partner.html' with event=object %}#}
{% comment %}
{% if object.paid_new_id and object.paid_new.public %} {% if object.paid_new_id and object.paid_new.public %}
{% include 'client/includes/conference/conference_paid.html' with event=object %} {% include 'client/includes/conference/conference_paid.html' with event=object %}
{% else %} {% else %}
{% include 'client/includes/conference/conference_object.html' with event=object %} {% include 'client/includes/conference/conference_object.html' with event=object %}
{% endif %} {% endif %}
{% endcomment %}
{% endblock %} {% endblock %}
{% block paginator %} {% block paginator %}

Loading…
Cancel
Save