You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
553 B

{% extends 'base.html' %}
{% block body %}
<form method="post" class="form-horizontal" enctype="multipart/form-data" name="form1" id="form1"> {% csrf_token %}
{# template hall placeconference #}
{% with field='place_conf_hall' form=form languages=languages %}
{% include 'admin/forms/multilang.html' %}
{% endwith %}
{# template hall placeexposition #}
{% with field='place_exp_hall' form=form languages=languages %}
{% include 'admin/forms/multilang.html' %}
{% endwith %}
</form>
{% endblock %}