Update xanadoc URLs.
This commit is contained in:
parent
1fa03fa633
commit
925e549d9b
1 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue