diff options
Diffstat (limited to 'srv/src/http/tpl/edit-post.html')
-rw-r--r-- | srv/src/http/tpl/edit-post.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/srv/src/http/tpl/edit-post.html b/srv/src/http/tpl/edit-post.html index 45e8f84..9376f2e 100644 --- a/srv/src/http/tpl/edit-post.html +++ b/srv/src/http/tpl/edit-post.html @@ -104,12 +104,15 @@ <input type="submit" value="Update" formaction="{{ BlogURL "posts/" }}" /> {{ end }} - <a href="{{ BlogURL "posts/" }}"> - <button type="button">Back</button> - </a> </p> </form> + +<p> + <a href="{{ BlogURL "posts/" }}"> + Back to Posts + </a> +</p> {{ end }} {{ template "base.html" . }} |