From 5e20d93fbf67b80df5fde430bd82b20556ea54ff Mon Sep 17 00:00:00 2001
From: Jayaram Pai
Date: Sat, 3 May 2014 12:02:24 +0530
Subject: added Inkscape to the categories list
---
static/website/templates/get-question.html | 2 ++
website/forms.py | 1 +
website/views.py | 2 +-
3 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/static/website/templates/get-question.html b/static/website/templates/get-question.html
index 524f6a4..0f43581 100644
--- a/static/website/templates/get-question.html
+++ b/static/website/templates/get-question.html
@@ -241,6 +241,7 @@
+
@@ -258,6 +259,7 @@
+
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',
--
cgit