Update xanadoc URLs.
This commit is contained in:
parent
1fa03fa633
commit
925e549d9b
|
@ -255,7 +255,11 @@ class XanaDoc(Item):
|
|||
|
||||
@property
|
||||
def xanaedit_url(self):
|
||||
return self.view_url('xanaedit')
|
||||
return self.view_url('xanaedit_item')
|
||||
|
||||
@property
|
||||
def save_xanaedit_url(self):
|
||||
return self.view_url('save_xanaedit')
|
||||
|
||||
class XanaLink(Item):
|
||||
__tablename__ = 'xanalink'
|
||||
|
|
Loading…
Reference in a new issue