Commit 5261089a1c262f385427beab5333398c50259e65

Authored by Luan
1 parent 3922d266

Fixing wiki url

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/proxy/models.py
... ... @@ -73,7 +73,7 @@ class Wiki(models.Model):
73 73 db_table = 'wiki_view'
74 74  
75 75 def get_absolute_url(self):
76   - return u'/ticket/{}'.format(self.name)
  76 + return u'/wiki/{}'.format(self.name)
77 77  
78 78 def get_author(self):
79 79 try:
... ...