summaryrefslogtreecommitdiff
path: root/app/gtd/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/gtd/models.py')
-rw-r--r--app/gtd/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/gtd/models.py b/app/gtd/models.py
index 6b55f3b..d309ac0 100644
--- a/app/gtd/models.py
+++ b/app/gtd/models.py
@@ -42,7 +42,7 @@ class GTDProject(models.Model):
LBH = 1
LXF = 2
PERSONAL = 3
- BUS = 3
+ BUS = 4
PROJECT_TYPE = (
(WIRED, 'wired'),
(LBH, 'lbh'),