mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
- Maybe custom html should be here. But it still does not work yet.
Thanks to xet7 !
This commit is contained in:
parent
575b0241e4
commit
bd1df642fa
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,6 @@ template(name="board")
|
|||
+spinner
|
||||
|
||||
template(name="boardBody")
|
||||
| {{currentSetting.customHTMLafterBodyStart}}
|
||||
.board-wrapper(class=currentBoard.colorClass)
|
||||
+sidebar
|
||||
.board-canvas.js-swimlanes.js-perfect-scrollbar(
|
||||
|
@ -28,7 +27,6 @@ template(name="boardBody")
|
|||
+listsGroup
|
||||
if isViewCalendar
|
||||
+calendarView
|
||||
| {{currentSetting.customHTMLbeforeBodyEnd}}
|
||||
|
||||
template(name="calendarView")
|
||||
.calendar-view.swimlane
|
||||
|
|
|
@ -38,7 +38,9 @@ template(name="userFormsLayout")
|
|||
template(name="defaultLayout")
|
||||
+header
|
||||
#content
|
||||
| {{{currentSetting.customHTMLafterBodyStart}}}
|
||||
+Template.dynamic(template=content)
|
||||
| {{{currentSetting.customHTMLbeforeBodyEnd}}}
|
||||
if (Modal.isOpen)
|
||||
#modal
|
||||
.overlay
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue