diff options
Diffstat (limited to 'tbc/models.py')
-rw-r--r-- | tbc/models.py | 1 |
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"), |