summaryrefslogtreecommitdiff
path: root/commentingapp/templates
diff options
context:
space:
mode:
authormahesh2016-04-15 16:09:04 +0530
committermahesh2016-04-15 16:09:04 +0530
commit6ebf233256a1892808d3a9535d6f602e52915381 (patch)
treec2b51f476376dd03030658429787448583ba558d /commentingapp/templates
parentce8ce678374a85dc73671dd405e68ee14ac97fb7 (diff)
downloadPython-TBC-Interface-6ebf233256a1892808d3a9535d6f602e52915381.tar.gz
Python-TBC-Interface-6ebf233256a1892808d3a9535d6f602e52915381.tar.bz2
Python-TBC-Interface-6ebf233256a1892808d3a9535d6f602e52915381.zip
submit buttons changes
Diffstat (limited to 'commentingapp/templates')
-rw-r--r--commentingapp/templates/commenting.html4
1 files changed, 2 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 %}