|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
%= include 'dashboard/_blog_nav', page => 'create' |
|
|
|
%= 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"> |
|
|
|
<div class="mt-3 mb-3"> |
|
|
|
<label for="postTitle" class="col-sm-2 col-form-label">Title</label> |
|
|
|
<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} %>"> |
|
|
|
<input type="text" class="form-control" id="postTitle" name="postTitle" value="<%= $c->stash->{form_title} %>"> |
|
|
|
|