~kenneth-arnold/openmind-commons/xxx

« back to all changes in this revision

Viewing changes to templates/commonsense/concept.html

  • Committer: Kenneth Arnold
  • Date: 2009-05-13 00:40:20 UTC
  • Revision ID: kenneth.arnold@gmail.com-20090513004020-ot62c2hy3tkaraed
Thread view stragglers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    </span>
21
21
</div>
22
22
 
 
23
<div class="threads">
 
24
  {% for thread in concept.get_terminating_threads %}
 
25
    {% include "commonsense/_mini_thread.html" %}
 
26
  {% endfor %}
 
27
  {% for thread in concept.get_containing_threads %}
 
28
    {% include "commonsense/_mini_thread.html" %}
 
29
  {% endfor %}
 
30
</div>
 
31
 
23
32
<div class="questions" id="questions">
24
33
    &nbsp;
25
34
</div>