~chipaca/unity-lens-video/custom-user-agent

« back to all changes in this revision

Viewing changes to templates/main/pages/question_edit.html

  • Committer: Janos Gyerik
  • Date: 2012-04-03 20:38:05 UTC
  • Revision ID: janos@axiom-20120403203805-d2e6j78xee1dhttx
renamed "main" module to "oneliners"

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
<ul>
16
16
    <li>Before you post, please a quick search to confirm there is no one-liner that answers your question.</li>
17
 
    <li>After you post a question, it will be listed on the <a href="{% url main.views.question_list %}">Questions</a> page, and other users can suggest (possibly many) one-liners that answer it.</li>
 
17
    <li>After you post a question, it will be listed on the <a href="{% url oneliners.views.question_list %}">Questions</a> page, and other users can suggest (possibly many) one-liners that answer it.</li>
18
18
    <li>You will receive an email when someone posts a one-liner as an answer to your question.</li>
19
 
    <li>You can track your questions on your <a href="{% url main.views.profile %}">profile</a> page, and mark them <strong>Answered</strong> to remove them from the list of open questions.</li>
 
19
    <li>You can track your questions on your <a href="{% url oneliners.views.profile %}">profile</a> page, and mark them <strong>Answered</strong> to remove them from the list of open questions.</li>
20
20
</ul>
21
21
 
22
22
{% include 'main/elements/question_edit_form.html' %}