small changes
This commit is contained in:
parent
9e962cf268
commit
5c8fa829df
3 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@
|
|||
<input type="text" class="form-control" name="title" value="${entry['title']}" placeholder="Enter title"/>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<textarea name="content" class="form-control" rows="8" cols="80" placeholder="Enter content" >${entry['content']}</textarea>
|
||||
<textarea name="content" class="form-control" rows="8" placeholder="Enter content" >${entry['content']}</textarea>
|
||||
</div>
|
||||
<input type="hidden" name="entry_id" value="${entry.id}" /><button type="submit" class="btn btn-default">Update</button>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue