parent
dd78917a57
commit
88184cfb2d
1 changed files with 0 additions and 31 deletions
@ -1,31 +0,0 @@ |
||||
{% extends 'base.html' %} |
||||
{% load static %} |
||||
|
||||
{% block body %} |
||||
|
||||
<form method="post" class="form-horizontal" enctype="multipart/form-data" name="form1" id="form1"> {% csrf_token %} |
||||
<fieldset> |
||||
<legend><i class="icon-edit"></i> Настройки</legend> |
||||
<div class="box span8"> |
||||
<div class="box-header well"> |
||||
<h2><i class="icon-pencil"></i> Основные настройки</h2> |
||||
</div> |
||||
<div class="box-content"> |
||||
{# key #} |
||||
{% with field='hall_capacity_tmpl' form=form languages=languages %} |
||||
{% include 'c_admin/forms/multilang.html' %} |
||||
{% endwith %} |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
<div class="controls"> |
||||
<input class="btn btn-large btn-primary" type="submit" value="Добавить"> |
||||
<input class="btn btn-large" type="reset" value="Отмена"> |
||||
</div> |
||||
|
||||
</fieldset> |
||||
</form> |
||||
|
||||
|
||||
{% endblock %} |
||||
Loading…
Reference in new issue