{% extends "baselayout.html" %} {% load static %} {% load bootstrap3 %} {% block content %} {% if messages %}
×
{% endif %}

Missing Sign Feedback

Please fill out the required questions opposite and then click 'Submit' to report a missing sign to the {{language}} signbank.

If verified, the site will be updated to include the new sign. Note that this may take some time depending on the level of requests.

{% csrf_token %}

You may either upload a video that shows the missing sign or fill in details in a form. In either case, you should enter a meaning and any comments you might have in the text boxes at the bottom of the form.

Video Upload
{% bootstrap_label form.video.label %}

Upload a video of the sign.

{%if form.video.errors %}{{form.video.errors}}{% endif %} {% bootstrap_field form.video show_label=False %}

NOTE: Video files can be quite large, and may take a long time to send. Please be patient when submitting this feedback.

{# this part of the form only shown if we're not uploading a video #}
Sign Description
{%if form.handform.errors %}{{form.handform.errors}}{% endif %} {% bootstrap_field form.handform %}
{%if form.handshape.errors %}{{form.handshape.errors}}{% endif %} {% bootstrap_label form.handshape.label %} Show Guide {% bootstrap_field form.handshape show_label=False %}
{% bootstrap_label form.althandshape.label %} Show Guide {%if form.althandshape.errors %}{{form.althandshape.errors}}{% endif %} {% bootstrap_field form.althandshape show_label=False %}
{% bootstrap_label form.location.label %} Show Guide {%if form.location.errors %}{{form.location.errors}}{% endif %} {% bootstrap_field form.location show_label=False %}
{%if form.relativelocation.errors %}{{form.relativelocation.errors}}{% endif %} {% bootstrap_field form.relativelocation show_label=False %}

Using the guide, select the movement symbol/word that best describes this sign. Please choose either: one only (chosen from any category), or a choice from every category.

{% bootstrap_label form.handbodycontact.label %} {%if form.handbodycontact.errors %}{{form.handbodycontact.errors}}{% endif %} {% bootstrap_field form.handbodycontact show_label=False %}
{% bootstrap_label form.handinteraction.label %} {%if form.handinteraction.errors %}{{form.handinteraction.errors}}{% endif %} {% bootstrap_field form.handinteraction show_label=False %}
{% bootstrap_label form.direction.label %} {%if form.direction.errors %}{{form.direction.errors}}{% endif %} {% bootstrap_field form.direction show_label=False %}
{% bootstrap_label form.movementtype.label %} {%if form.movementtype.errors %}{{form.movementtype.errors}}{% endif %} {% bootstrap_field form.movementtype show_label=False %}
{% bootstrap_label form.smallmovement.label %} {%if form.smallmovement.errors %}{{form.smallmovement.errors}}{% endif %} {% bootstrap_field form.smallmovement show_label=False %}
{% bootstrap_label form.repetition.label %} {%if form.repetition.errors %}{{form.repetition.errors}}{% endif %} {% bootstrap_field form.repetition show_label=False %}
Details

Please explain the meaning of the new or missing sign, or enter individual English words that have the same meaning as this sign (i.e. keywords).

{%if form.meaning.errors %}{{form.meaning.errors}}{% endif %} {% bootstrap_field form.meaning show_label=False %}

Are there any other comments you would like to give about this sign? For example, do you think there are other or extra keyword/s that belong with this sign? If so, please include your comments below.

{%if form.comments.errors %}{{form.comments.errors}}{% endif %} {% bootstrap_field form.comments show_label=False %}


{% endblock %} {% block javascript %} {{ block.super }} {% endblock %}