Browse Source

Set blog title maxlength on Customize page

verify-collection-max-lengths
Matt Baer 7 months ago
parent
commit
076c4ae2f2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/user/collection.tmpl

+ 1
- 1
templates/user/collection.tmpl View File

@@ -36,7 +36,7 @@ textarea.section.norm {
<form name="customize-form" action="/api/collections/{{.Alias}}" method="post" onsubmit="return disableSubmit()">
<div id="collection-options">
<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>
</div>



Loading…
Cancel
Save