mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 21:47:10 -04:00
Fix import pages URLs
This commit is contained in:
parent
567aa89bd2
commit
f34ef01de9
1 changed files with 2 additions and 2 deletions
|
@ -202,9 +202,9 @@ template(name="createBoard")
|
|||
template(name="chooseBoardSource")
|
||||
ul.pop-over-list
|
||||
li
|
||||
a(href="{{pathFor 'import/trello'}}") {{_ 'from-trello'}}
|
||||
a(href="{{pathFor '/import/trello'}}") {{_ 'from-trello'}}
|
||||
li
|
||||
a(href="{{pathFor 'import/wekan'}}") {{_ 'from-wekan'}}
|
||||
a(href="{{pathFor '/import/wekan'}}") {{_ 'from-wekan'}}
|
||||
|
||||
template(name="boardChangeTitlePopup")
|
||||
form
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue