mirror of
https://github.com/go-gitea/gitea
synced 2024-12-26 14:14:21 +01:00
Re-add initial wiki page text when editing the page (#23984)
The `$content` was prepared above, but forgot to put it into the editor Fix #23979
This commit is contained in:
parent
d1517946b4
commit
2f46838120
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
||||||
"MarkdownPreviewUrl" (print .Repository.Link "/markup")
|
"MarkdownPreviewUrl" (print .Repository.Link "/markup")
|
||||||
"MarkdownPreviewContext" .RepoLink
|
"MarkdownPreviewContext" .RepoLink
|
||||||
"TextareaName" "content"
|
"TextareaName" "content"
|
||||||
|
"TextareaContent" $content
|
||||||
)}}
|
)}}
|
||||||
|
|
||||||
<div class="field">
|
<div class="field">
|
||||||
|
|
Loading…
Reference in a new issue