mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 12:39:18 +00:00
contact us page problem fixed.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user