diff options
Diffstat (limited to 'cmd/web/templates/editor')
-rw-r--r-- | cmd/web/templates/editor/form.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/web/templates/editor/form.tmpl b/cmd/web/templates/editor/form.tmpl index 2aeb9b8..dc1bb49 100644 --- a/cmd/web/templates/editor/form.tmpl +++ b/cmd/web/templates/editor/form.tmpl @@ -24,7 +24,7 @@ > </fieldset> <fieldset class="form-group"> - <input type="text" name="description" class="form-control form-control-md" placeholder="What's this article about?" + <input type="text" name="description" class="form-control form-control-md" placeholder="What's this project about?" value="{{ .Project.Description }}" > </fieldset> |