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

Sign Feedback

{% csrf_token %} {% csrf_token %}

Please give us your comments about this sign. For example: do you think there are other keywords that belong with this sign? Please write your comments or new keyword/s below.

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

Is there a keyword or keyword/s that DO NOT belong with this sign?
Please provide the list of keywords below

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

Optional Questions

Is this sign an {{language}} Sign?

{% if form.isAuslan.errors %}{% endif %} {{ form.isAuslan }}

Where is this sign used?

{{ form.whereused }}

{% if form.whereused.errors %}{% endif %}

Do you like this sign?

{% if form.like.errors %}{% endif %} {{ form.like }}

Do you use this sign?

{% if form.use.errors %}{% endif %} {{ form.use }}

If this sign is a suggested new sign, would you use it?

{% if form.suggested.errors %}{% endif %} {{ form.suggested }}

Is the information about the sign correct?

{% if form.correct.errors %}{% endif %} {{ form.correct }}

{% endblock %}