Fix #130 -- Mark required question fields at checkout (#564)

* Fix #130: Mark required question fields at checkout

* Add legend
This commit is contained in:
Johan von Forstner
2017-07-19 11:02:07 +02:00
committed by Raphael Michel
parent 9c2143effe
commit f8ed21c819
3 changed files with 18 additions and 0 deletions

View File

@@ -5,6 +5,11 @@
{% block content %}
<h2>{% trans "Checkout" %}</h2>
<p>{% trans "Before we continue, we need you to answer some questions." %}</p>
<p class="required-legend">
{% blocktrans trimmed %}
You need to fill all fields that are marked with <span>*</span> to continue.
{% endblocktrans %}
</p>
<form class="form-horizontal" method="post" enctype="multipart/form-data">
{% csrf_token %}
<div class="panel-group" id="questions_group">