mirror of
https://github.com/pretix/pretix.git
synced 2026-05-12 16:24:00 +00:00
* Fix #130: Mark required question fields at checkout * Add legend
This commit is contained in:
committed by
Raphael Michel
parent
9c2143effe
commit
f8ed21c819
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user