mirror of
https://github.com/writefreely/writefreely
synced 2024-11-10 11:24:13 +00:00
Set blog title maxlength on Customize page
This commit is contained in:
parent
530a36fc53
commit
076c4ae2f2
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ textarea.section.norm {
|
||||||
<form name="customize-form" action="/api/collections/{{.Alias}}" method="post" onsubmit="return disableSubmit()">
|
<form name="customize-form" action="/api/collections/{{.Alias}}" method="post" onsubmit="return disableSubmit()">
|
||||||
<div id="collection-options">
|
<div id="collection-options">
|
||||||
<div style="text-align:center">
|
<div style="text-align:center">
|
||||||
<h1><input type="text" name="title" id="title" value="{{.DisplayTitle}}" placeholder="Title" /></h1>
|
<h1><input type="text" name="title" id="title" value="{{.DisplayTitle}}" placeholder="Title" maxlength="255" /></h1>
|
||||||
<p><input type="text" name="description" id="description" value="{{.Description}}" placeholder="Description" maxlength="160" /></p>
|
<p><input type="text" name="description" id="description" value="{{.Description}}" placeholder="Description" maxlength="160" /></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue