Add headline

This commit is contained in:
Raphael Michel 2018-11-12 10:52:42 +01:00
parent 3e9eaee5b5
commit ac1961c94f
1 changed files with 1 additions and 1 deletions

View File

@ -2,11 +2,11 @@
{% load i18n %}
{% load bootstrap3 %}
{% block inside %}
<h1>{% trans "Service fees" %}</h1>
<form action="" method="post" class="form-horizontal" enctype="multipart/form-data">
{% csrf_token %}
{% bootstrap_form_errors form %}
<fieldset>
<legend>{% trans "Service fees" %}</legend>
{% bootstrap_field form.service_fee_abs layout="control" %}
{% bootstrap_field form.service_fee_abs_resellers layout="control" %}
</fieldset>