summaryrefslogtreecommitdiff
path: root/tbc/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'tbc/models.py')
-rw-r--r--tbc/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tbc/models.py b/tbc/models.py
index eb61c7c..67a6d09 100644
--- a/tbc/models.py
+++ b/tbc/models.py
@@ -41,6 +41,7 @@ ABOUT_PROJ = (("pythontbc website", "Python TBC Website"),
PROPOSAL_STATUS = (("pending","Pending"),
("samples","Samples"),
+ ("sample submitted", "Sample Submitted"),
("sample disapproved", "Sample Disapproved"),
("sample resubmitted", "Sample Resubmitted"),
("book alloted","Book Alloted"),