|
|
|
@ -19,7 +19,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
%= include '_base/status_window'; |
|
|
|
%= include '_base/status_window'; |
|
|
|
|
|
|
|
|
|
|
|
<form style="margin-top: 1.5em" method="POST" action="<%= $c->url_for( 'do_blog_settings' ) %>"> |
|
|
|
<form autocomplete="off" style="margin-top: 1.5em" method="POST" action="<%= $c->url_for( 'do_blog_settings' ) %>"> |
|
|
|
<div class="mt-3 mb-3"> |
|
|
|
<div class="mt-3 mb-3"> |
|
|
|
<label for="configTitle" class="col-sm-2 col-form-label">Title</label> |
|
|
|
<label for="configTitle" class="col-sm-2 col-form-label">Title</label> |
|
|
|
<input type="text" class="form-control" id="configTitle" name="configTitle" value="<%= $c->stash->{form}->{title} %>"> |
|
|
|
<input type="text" class="form-control" id="configTitle" name="configTitle" value="<%= $c->stash->{form}->{title} %>"> |
|
|
|
|