Skip to content
This repository has been archived by the owner on Nov 4, 2018. It is now read-only.

Commit

Permalink
Hey, edit the title as well numnuts.
Browse files Browse the repository at this point in the history
  • Loading branch information
icco committed Mar 31, 2015
1 parent b5e2edc commit 87c9cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/edit_post.tpl
Expand Up @@ -5,7 +5,7 @@ Welcome, {{.User}}! (<a href="{{.LogoutUrl}}">sign out</a>)
</p>

<form method="post" action="{{.EditUrl}}" class="pure-form pure-form-stacked">
<input type="text" name="title" placeholder="Title" class="pure-input-1" />
<input type="text" name="title" placeholder="Title" class="pure-input-1" value="{{.Entry.Title}}" />

<textarea name="text" class="pure-input-1" style="min-height: 200px;">{{.Entry.Content}}</textarea>

Expand Down

0 comments on commit 87c9cab

Please sign in to comment.