forked from github/pretix-servicefees
Add headline
This commit is contained in:
parent
3e9eaee5b5
commit
ac1961c94f
1 changed files with 1 additions and 1 deletions
|
@ -2,11 +2,11 @@
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load bootstrap3 %}
|
{% load bootstrap3 %}
|
||||||
{% block inside %}
|
{% block inside %}
|
||||||
|
<h1>{% trans "Service fees" %}</h1>
|
||||||
<form action="" method="post" class="form-horizontal" enctype="multipart/form-data">
|
<form action="" method="post" class="form-horizontal" enctype="multipart/form-data">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
{% bootstrap_form_errors form %}
|
{% bootstrap_form_errors form %}
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>{% trans "Service fees" %}</legend>
|
|
||||||
{% bootstrap_field form.service_fee_abs layout="control" %}
|
{% bootstrap_field form.service_fee_abs layout="control" %}
|
||||||
{% bootstrap_field form.service_fee_abs_resellers layout="control" %}
|
{% bootstrap_field form.service_fee_abs_resellers layout="control" %}
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
Loading…
Reference in a new issue