small error corrections in the templates and forms
This commit is contained in:
parent
847eb691fe
commit
7ecf520ec3
9 changed files with 87 additions and 28 deletions
|
|
@ -5,12 +5,18 @@
|
|||
{% block form_title %}{% trans "RFID"%}{% endblock %}
|
||||
|
||||
{% block form_description %}
|
||||
<p>{% blocktrans %}Blabla testblab bla bla blub{% endblocktrans %}</p>
|
||||
<p>{% blocktrans %}A Radio Frequency Identification (RFID) tag can be used
|
||||
to announce your presence to other c-base members when you arrive.
|
||||
Place your RFID tag on the RFID reader in the airlock terminal.
|
||||
If you configured your RFID correctly, the airlock terminal will greet
|
||||
you and show additional information. If you place your RFID tag in the
|
||||
reader again when leaving, you will be logged out.{% endblocktrans %}</p>
|
||||
{% endblock %}
|
||||
|
||||
{% block form_fields %}
|
||||
{{ form.non_field_errors }}
|
||||
<form action="{% url account.views.rfid %}" method="post" class="form-horizontal well">
|
||||
<form action="{% url account.views.rfid %}" method="post"
|
||||
class="form-horizontal well">
|
||||
{% csrf_token %}
|
||||
{{ form|crispy }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue