minor fix
This commit is contained in:
parent
b78ec44151
commit
a838368db4
|
@ -40,7 +40,7 @@
|
|||
<tr>
|
||||
<th>Post title</th>
|
||||
<th>Submission Date</th>
|
||||
<th>Notes</th>
|
||||
<th>Status</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<c:forEach var="post" items="${posts}" >
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
</script>
|
||||
|
||||
<br><br>
|
||||
<button type="submit" class="btn btn-primary">Post</button>
|
||||
<button type="submit" class="btn btn-primary">Schedule</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue