summaryrefslogtreecommitdiff
path: root/chimere/main/actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/main/actions.py')
-rw-r--r--chimere/main/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/main/actions.py b/chimere/main/actions.py
index 74b622a..4857005 100644
--- a/chimere/main/actions.py
+++ b/chimere/main/actions.py
@@ -27,7 +27,7 @@ from chimere.settings import EXTRA_URL
class Action:
def __init__(self, id, path, label):
- self.id, self.path, self.label = id, EXTRA_URL + path, label
+ self.id, self.path, self.label = id, path, label
actions = ((Action('view', '', _('View')), []),
(Action('contribute', 'edit', _('Contribute')),