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> <tr>
<th>Post title</th> <th>Post title</th>
<th>Submission Date</th> <th>Submission Date</th>
<th>Notes</th> <th>Status</th>
</tr> </tr>
</thead> </thead>
<c:forEach var="post" items="${posts}" > <c:forEach var="post" items="${posts}" >

View File

@ -63,7 +63,7 @@
</script> </script>
<br><br> <br><br>
<button type="submit" class="btn btn-primary">Post</button> <button type="submit" class="btn btn-primary">Schedule</button>
</div> </div>
</form> </form>
</div> </div>