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

« back to all changes in this revision

Viewing changes to templates/main/elements/question_edit_form.html

  • Committer: Janos Gyerik
  • Date: 2012-04-03 20:17:57 UTC
  • Revision ID: janos@axiom-20120403201757-og0iv6r4zlq2aumt
removed the bashoneliners. prefix when referencing modules internally

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
        </div>
25
25
 
26
26
        <h3>Answered</h3>
27
 
        <div class="help-block">If checked, the question will not be shown on the <a href="{% url bashoneliners.main.views.question_list %}">questions page</a>.</div>
 
27
        <div class="help-block">If checked, the question will not be shown on the <a href="{% url main.views.question_list %}">questions page</a>.</div>
28
28
        <div class="input">
29
29
            <div class="error">{{ form.is_answered.errors }}</div>
30
30
            <div class="is_answered"><label class="checkbox">{{ form.is_answered }} Answered</label></div>