diff options
author | Jayaram Pai | 2014-01-31 12:25:10 +0530 |
---|---|---|
committer | Jayaram Pai | 2014-01-31 12:25:10 +0530 |
commit | deab83c0c8f26c927e0d3a5eb801926a26fc8a30 (patch) | |
tree | 4413fb9a7b1ac2da622b988642cb6a22d7106a8a | |
parent | 3893ebeba22c40ed7f2cff3e2880661dcc5e1119 (diff) | |
download | spoken-tutorial-forums-deab83c0c8f26c927e0d3a5eb801926a26fc8a30.tar.gz spoken-tutorial-forums-deab83c0c8f26c927e0d3a5eb801926a26fc8a30.tar.bz2 spoken-tutorial-forums-deab83c0c8f26c927e0d3a5eb801926a26fc8a30.zip |
added Oscad category to forms.py
-rw-r--r-- | website/forms.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/website/forms.py b/website/forms.py index 44ce323..3ca48da 100644 --- a/website/forms.py +++ b/website/forms.py @@ -35,6 +35,7 @@ categories = ( ('Ngspice', 'Ngspice'), ('OpenFOAM', 'OpenFOAM'), ('Orca', 'Orca'), + ('Oscad', 'Oscad'), ('PERL', 'PERL'), ('PHP-and-MySQL', 'PHP-and-MySQL'), ('Python', 'Python'), |