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
|
||||
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…
Add table
Add a link
Reference in a new issue