mirror of
https://github.com/writefreely/writefreely
synced 2024-11-11 03:44:13 +00:00
Fix About page link in Admin dash
This commit is contained in:
parent
bf5ed00484
commit
8a5811e3e9
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ function savePage(el) {
|
||||||
<h2>Site</h2>
|
<h2>Site</h2>
|
||||||
|
|
||||||
<h3 id="page-about">About page</h3>
|
<h3 id="page-about">About page</h3>
|
||||||
<p>Describe what your instance is <a href="/privacy">about</a>. <em>Accepts Markdown</em>.</p>
|
<p>Describe what your instance is <a href="/about">about</a>. <em>Accepts Markdown</em>.</p>
|
||||||
<form method="post" action="/admin/update/about" onsubmit="savePage(this)">
|
<form method="post" action="/admin/update/about" onsubmit="savePage(this)">
|
||||||
<textarea id="about-editor" class="section codable norm edit-page" name="content">{{.AboutPage}}</textarea>
|
<textarea id="about-editor" class="section codable norm edit-page" name="content">{{.AboutPage}}</textarea>
|
||||||
<input type="submit" value="Save" />
|
<input type="submit" value="Save" />
|
||||||
|
|
Loading…
Reference in a new issue