diff options
author | Jayaram Pai | 2014-05-03 12:02:24 +0530 |
---|---|---|
committer | Jayaram Pai | 2014-05-03 12:02:24 +0530 |
commit | 5e20d93fbf67b80df5fde430bd82b20556ea54ff (patch) | |
tree | 6c60587245cb5f82f16037d57b266e5e8b80b01b /website | |
parent | d3d539735c12294d776c1a08718144c484c67d5a (diff) | |
download | FOSSEE-Forum-5e20d93fbf67b80df5fde430bd82b20556ea54ff.tar.gz FOSSEE-Forum-5e20d93fbf67b80df5fde430bd82b20556ea54ff.tar.bz2 FOSSEE-Forum-5e20d93fbf67b80df5fde430bd82b20556ea54ff.zip |
added Inkscape to the categories list
Diffstat (limited to 'website')
-rw-r--r-- | website/forms.py | 1 | ||||
-rw-r--r-- | website/views.py | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/website/forms.py b/website/forms.py index 0a81841..c8f3578 100644 --- a/website/forms.py +++ b/website/forms.py @@ -18,6 +18,7 @@ categories = ( ('GIMP', 'GIMP'), ('GNS3', 'GNS3'), ('GSchem', 'GSchem'), + ('Inkscape', 'Inkscape'), ('Java', 'Java'), ('Java-Business-Application', 'Java-Business-Application'), ('KiCad', 'KiCad'), diff --git a/website/views.py b/website/views.py index 925fc2c..0665b0f 100644 --- a/website/views.py +++ b/website/views.py @@ -24,7 +24,7 @@ categories = ( 'C-and-C++', 'CellDesigner', 'Digital-Divide', 'Drupal', 'Firefox', 'GChemPaint', 'Geogebra', 'GeoGebra-for-Engineering-drawing', 'GIMP', 'GNS3', - 'GSchem', 'Java', 'Java-Business-Application', + 'GSchem', 'Inkscape', 'Java', 'Java-Business-Application', 'KiCad', 'KTouch', 'KTurtle', 'LaTeX', 'LibreOffice-Suite-Base', 'LibreOffice-Suite-Calc', 'LibreOffice-Suite-Draw', 'LibreOffice-Suite-Impress', |