~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-03-04 20:25:23 UTC
  • Revision ID: janos@axiom-20120304202523-s8g534r9w3jvrj51
adjusted profile page

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
    {% for question in questions %}
3
3
    {% include 'main/elements/question_with_related.html' %}
4
4
    {% empty %}
5
 
    <div class="alert">No matching questions.</div>
 
5
    <div class="alert alert-block">No matching questions.</div>
6
6
    {% endfor %}
7
7
</div>