diff options
Diffstat (limited to 'templates/org/settings/options.tmpl')
-rw-r--r-- | templates/org/settings/options.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/org/settings/options.tmpl b/templates/org/settings/options.tmpl index 62debfc0ae..3b817d068b 100644 --- a/templates/org/settings/options.tmpl +++ b/templates/org/settings/options.tmpl @@ -23,6 +23,7 @@ <input id="email" name="email" type="email" value="{{.Org.Email}}" maxlength="255"> </div> <div class="field {{if .Err_Description}}error{{end}}"> + {{/* it is rendered as markdown, but the length is limited, so at the moment we do not use the markdown editor here */}} <label for="description">{{ctx.Locale.Tr "org.org_desc"}}</label> <textarea id="description" name="description" rows="2" maxlength="255">{{.Org.Description}}</textarea> </div> |