- archives have hashes too

This commit is contained in:
j 2007-04-03 16:04:32 +00:00
commit 9022ed674b
4 changed files with 24 additions and 7 deletions

View file

@ -70,6 +70,7 @@ class Admin:
archiveUrl = data['archiveUrl'],
ttl = int(data['ttl']),
)
new.setHashId()
raise redirect('archives')
@expose('.templates.admin_sortnames')