Changeset 3003
- Timestamp:
- 01/08/08 19:09:24 (11 months ago)
- Files:
-
- voteplugin/0.11/tracvote/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
voteplugin/0.11/tracvote/__init__.py
r2998 r3003 170 170 'install by clicking the up-vote/down-vote arrows ' 171 171 'in the context navigation bar.') 172 req.session['shown_vote_message'] = True172 req.session['shown_vote_message'] = '1' 173 173 body, title = self.format_votes(resource) 174 174 votes = tag.span(body, id='votes')
