Changeset 204 for tracregator/trunk
- Timestamp:
- 03/20/08 14:31:55 (8 months ago)
- Location:
- tracregator/trunk/templates/tracregator
- Files:
-
- 2 modified
-
index.html (modified) (3 diffs)
-
tickets.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tracregator/trunk/templates/tracregator/index.html
r62 r204 1 {% extends " djac/base.html" %}1 {% extends "tracregator/base.html" %} 2 2 {% load i18n %} 3 3 4 {% block window_title %} djac{% endblock %}4 {% block window_title %}tracregator{% endblock %} 5 5 6 6 {% block content_class %}wiki{% endblock %} … … 8 8 {% block content %} 9 9 10 <h1> djac— aggregate tickets from multiple trac sites</h1>10 <h1>tracregator — aggregate tickets from multiple trac sites</h1> 11 11 12 12 <form id="prefs" method="get" action="tickets"> … … 25 25 26 26 <p> 27 See the <a href="http://trac.ambitone.com/ambidjangolib/wiki/ djac">djacwiki</a> for more information.27 See the <a href="http://trac.ambitone.com/ambidjangolib/wiki/tracregator">tracregator wiki</a> for more information. 28 28 </p> 29 29 -
tracregator/trunk/templates/tracregator/tickets.html
r53 r204 1 {% extends " djac/base.html" %}1 {% extends "tracregator/base.html" %} 2 2 {% load timestamp %} 3 3
