~speakman/ppcommunity/news-wysiwym-editor

« back to all changes in this revision

Viewing changes to templates/static_pages/page.html

  • Committer: Daniel Nyström
  • Date: 2010-03-03 22:06:28 UTC
  • mfrom: (44.2.1 dogfood)
  • Revision ID: daniel@nystrom.st-20100303220628-4xb3flc27ueypwv5
Merged tagging branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    <div class="body">
6
6
      {{ page.body|safe }}
7
7
    </div>
 
8
    <!-- {% if page.tags %} -->
 
9
    <!--   {% for tag in page.get_tags %} -->
 
10
    <!--     <a href="/{{ tag }}">{{ tag }}</a> | -->
 
11
    <!--   {% endfor %} -->
 
12
    <!-- {% endif %} -->
8
13
  {% endif %}
9
14
{% endblock %}