summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--commentingapp/templates/commenting.html4
-rw-r--r--tbc_error_page/templates/error.html1
2 files changed, 3 insertions, 2 deletions
diff --git a/commentingapp/templates/commenting.html b/commentingapp/templates/commenting.html
index 09ae53f..dbdb7c8 100644
--- a/commentingapp/templates/commenting.html
+++ b/commentingapp/templates/commenting.html
@@ -42,9 +42,9 @@
{% endfor %}
</table>
-
+ <br/>
- <p> <input class = "btn" type = "submit" value = "Submit" style = "center"> </input></p>
+ <center> <input class = "btn" type = "submit" value = "Submit"> </input></center>
</form>
{% endif %}
diff --git a/tbc_error_page/templates/error.html b/tbc_error_page/templates/error.html
index 5323efb..d9c5861 100644
--- a/tbc_error_page/templates/error.html
+++ b/tbc_error_page/templates/error.html
@@ -35,6 +35,7 @@
{% endfor %}
</table>
+ <br/>
<input class = "btn" type = "submit" value = "Submit"> </input>
</form>
{% endif %}