summaryrefslogtreecommitdiff
path: root/tools/mmd/MmdCommands.py
diff options
context:
space:
mode:
authorJogi Hofmüller <jogi@mur.at>2011-08-15 12:27:51 +0000
committerJogi Hofmüller <jogi@mur.at>2011-08-15 12:27:51 +0000
commitd0dd1b88829f8ff716f2c2683f9aa96827454b67 (patch)
tree596f66d62ecd51fa2f6114e2378020bd27f84a91 /tools/mmd/MmdCommands.py
parent- implemented downloading and parsing TLEs from http://www.celestrak.com/NORA... (diff)
- created a credtis page
git-svn-id: https://svn.spreadspace.org/mur.sat@141 7de4ea59-55d0-425e-a1af-a3118ea81d4c
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