-% if c.code == 401:
-
${ _('Error') } 401 - ${ _('Authentication required') }
-
- ${ _('You need to be logged in to use this function.') }
-
-% elif c.code == 403:
-
${ _('Error') } 403 - ${ _('Not authorized') }
-
- ${ _('You do not have the permission to use this function.') }
-
-% elif c.code == 404:
-
${ _('Error') } 404 - ${ _('Page not found') }
-
- ${ _('The page you requested does not exist.') }
-
-% else:
-
${ _('Internal error %s') % c.code }
-
- ${ _('''An unexpected error occured in this application.
- The administrator will get a detailed report about the
- error situation. We appreciate if you give us more
- information how this error situation happened.''') }
-
-% endif
-
-
- ${ _('''If you have questions feel free to contact us
- at %s.'''
- % (config['debexpo.email'], config['debexpo.email'])) | n}
-
-
diff --git a/old/debexpo/templates/upload/forbiden.mako b/old/debexpo/templates/upload/forbiden.mako
deleted file mode 100644
index 84de4368afeea6f62101163522b87c482ab9876f..0000000000000000000000000000000000000000
--- a/old/debexpo/templates/upload/forbiden.mako
+++ /dev/null
@@ -1,3 +0,0 @@
-Failed to upload file: already present on the server.
-
-Please wait a few minutes for the importer to process the old files.
diff --git a/old/debexpo/templates/user.mako b/old/debexpo/templates/user.mako
deleted file mode 100644
index 3b2ff12f815e28f8307d7309f4c9731df1084401..0000000000000000000000000000000000000000
--- a/old/debexpo/templates/user.mako
+++ /dev/null
@@ -1,45 +0,0 @@
-% if config['debexpo.enable_experimental_code'] == 'true':
-
-