contact us page problem fixed.

This commit is contained in:
Akhilesh Darjee
2013-03-22 18:05:22 +05:30
parent 34c13ac52c
commit c3fde66f2c
3 changed files with 4 additions and 3 deletions

View File

@@ -19,7 +19,7 @@
</div>
<div class="clearfix"></div>
<p><select class="span6" name="subject">
{% for option in obj.doc.query_options %}
{% for option in obj.query_options %}
<option value="{{ option }}">{{ option }}</option>
{% endfor %}
</select></p>