~toabctl/loco-team-portal/duplicate-venues_fix-528828

« back to all changes in this revision

Viewing changes to loco_directory/common/utils.py

  • Committer: Daniel Holbach
  • Date: 2009-12-23 11:21:21 UTC
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: daniel.holbach@canonical.com-20091223112121-t63f2ssj03p0rdg3
merged lp:~doctormo/loco-directory/teams_page_design - resolved conflict in loco_directory/templates/base.html, updated AUTHORS file, updated translations template

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
            pass
23
23
 
24
24
    return "version %s (rev %s)" % (version, bzr_revno)
25