Update xanadoc URLs.
This commit is contained in:
parent
1fa03fa633
commit
925e549d9b
|
@ -255,7 +255,11 @@ class XanaDoc(Item):
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def xanaedit_url(self):
|
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):
|
class XanaLink(Item):
|
||||||
__tablename__ = 'xanalink'
|
__tablename__ = 'xanalink'
|
||||||
|
|
Loading…
Reference in a new issue