minor fix

This commit is contained in:
DOHA 2015-03-04 13:03:33 +02:00
parent b78ec44151
commit a838368db4
2 changed files with 2 additions and 2 deletions

View File

@ -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}" >

View File

@ -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>