~vomun-developers/anonplus/vomun-trunk

« back to all changes in this revision

Viewing changes to src/uis/web/handler.py

  • Committer: AJ00200
  • Date: 2011-11-19 02:48:35 UTC
  • Revision ID: git-v1:76d64f5dd70781009149ba820998c207dd2e263d
Removed an improper reference to imported key data

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
                    title = 'Friend added',
151
151
                    pagetitle = 'Friend added',
152
152
                    main = 'Your friend has been added.<br />' +
153
 
                        '<br />Key: %s' % result.fingerprints[0],
 
153
                        '<br />Key: %s' % result,
154
154
                    sidecontent = self.__friends2html()
155
155
            ))
156
156
        elif path == '/keys.html':