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

« back to all changes in this revision

Viewing changes to templates/main/elements/questions.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:
 
1
<div class="questions">
 
2
    {% for question in questions %}
 
3
    {% include 'main/elements/question_with_related.html' %}
 
4
    {% empty %}
 
5
    <div class="alert alert-block">No matching questions.</div>
 
6
    {% endfor %}
 
7
</div>