master
Manager Bot 3 years ago
parent 5d3572d881
commit 405daae478
  1. 2
      Web/templates/dashboard/blog_post.html.ep

@ -2,7 +2,7 @@
%= include 'dashboard/_blog_nav', page => 'create'
<form method="POST" action="<%= $c->url_for( 'do_dashboard_blog_post_create' ) %>">
<form method="POST" action="<%= $c->url_for( 'do_dashboard_blog_post' ) %>">
<div class="mt-3 mb-3">
<label for="postTitle" class="col-sm-2 col-form-label">Title</label>
<input type="text" class="form-control" id="postTitle" name="postTitle" value="<%= $c->stash->{form_title} %>">

Loading…
Cancel
Save