summaryrefslogtreecommitdiff
path: root/tools/mmd/MmdCommands.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mmd/MmdCommands.py')
-rw-r--r--tools/mmd/MmdCommands.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/mmd/MmdCommands.py b/tools/mmd/MmdCommands.py
index a60bf51..3cd5466 100644
--- a/tools/mmd/MmdCommands.py
+++ b/tools/mmd/MmdCommands.py
@@ -108,6 +108,12 @@ def cancelRegistration (session):
session.user.cancel (code)
return indexWidget (dataWidget (session), cancelRegistrationWidget (), statusWidget (session), session)
+def credits (session):
+ '''
+ display a page with credits/thanks
+ '''
+ return indexWidget (dataWidget (session), creditsWidget (), statusWidget (session))
+
def submitForm (session):
"""
display the form for data submission