Dont allow post titles to change.

master
Manager Bot 3 years ago
parent 19d9d0e6f1
commit c3c58498b0
  1. 2
      Web/templates/dashboard/blog_post_edit.html.ep

@ -11,7 +11,7 @@
<div class="col col-9"> <div class="col col-9">
<div class="mb-3"> <div class="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="<%= $post->headers->{title} %>"> <input type="text" class="form-control" id="postTitle" name="postTitle" value="<%= $post->headers->{title} %>" disabled>
</div> </div>
</div> </div>
<div class="col col-3"> <div class="col col-3">

Loading…
Cancel
Save