- Timestamp:
- 09/16/08 13:31:56 (18 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/pylucid_project/media/PyLucid/internal_page/page_admin/tag_list.html
r1689 r1769 20 20 </li> 21 21 {% endfor %} 22 </ul> 23 24 <h2 class="noanchor">Additional django template tags:</h2> 25 <ul id="django_tags"> 26 <li> 27 <p> 28 Hightlight sourcecode via Pygments (if Pygments available): 29 {% sourcecode py %} 30 ... 31 {% endsourcecode %}<br /> 32 <strong>Note:</strong> Works only in html mode (without markup) correctly! 33 </p> 34 </li> 22 35 </ul> 23 36