commit | c3fde66f2c7e0063be174fe6c9ecede2fa3e5374 | [log] [tgz] |
---|---|---|
author | Akhilesh Darjee <akhileshdarjee@gmail.com> | Fri Mar 22 18:05:22 2013 +0530 |
committer | Akhilesh Darjee <akhileshdarjee@gmail.com> | Fri Mar 22 18:05:22 2013 +0530 |
tree | 0a1d1f7fd9e89d7a51d698b73f1f04407cf3acce | |
parent | 34c13ac52cc78381da8484b9310a8e2eaabd3377 [diff] [blame] |
contact us page problem fixed.
diff --git a/website/templates/pages/contact.html b/website/templates/pages/contact.html index 204b6df..79bcb04 100644 --- a/website/templates/pages/contact.html +++ b/website/templates/pages/contact.html
@@ -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>