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

« back to all changes in this revision

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

  • Committer: Janos Gyerik
  • Date: 2012-04-04 13:22:47 UTC
  • Revision ID: burlyman@titan2x.com-20120404132247-2s7liq2i4e7nn8ul
minor improvement to create_user_profile signal

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<div class="oneliners">
 
2
    {% for oneliner in oneliners %}
 
3
    {% include 'main/elements/oneliner_with_related.html' %}
 
4
    {% empty %}
 
5
    {% block oneliners_empty %}
 
6
    <div class="alert alert-block">No matching one-liners.</div>
 
7
    {% endblock %}
 
8
    {% endfor %}
 
9
</div>