fix link from individual form to listing

This commit is contained in:
Frédéric Péters 2012-08-16 13:07:21 +02:00
parent 6a88d9b02b
commit e0ad0b08af
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ class FormStatusPage(Directory):
if form:
form.render()
'<a href="../listing">%s</a>' % _('Back to Listing')
'<a href="..">%s</a>' % _('Back to Listing')
def submit(self, form, comment_only = False):