summaryrefslogtreecommitdiff
path: root/commentingapp
diff options
context:
space:
mode:
authormahesh2016-04-15 18:02:03 +0530
committermahesh2016-04-15 18:02:03 +0530
commitef5509a54f649dea9707132fdb989b60f552fea8 (patch)
treeaa2e96a68c04570f61c3dfe3630142310cf5b807 /commentingapp
parent86273fecb3f2aefb17485c6074175f432365a90b (diff)
downloadPython-TBC-Interface-ef5509a54f649dea9707132fdb989b60f552fea8.tar.gz
Python-TBC-Interface-ef5509a54f649dea9707132fdb989b60f552fea8.tar.bz2
Python-TBC-Interface-ef5509a54f649dea9707132fdb989b60f552fea8.zip
minor changes in template
Diffstat (limited to 'commentingapp')
-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 dbdb7c8..ef08090 100644
--- a/commentingapp/templates/commenting.html
+++ b/commentingapp/templates/commenting.html
@@ -15,8 +15,8 @@
{% csrf_token %}
<table id = "comment-table" border = 2 align = "center" style="empty-cells:hide;">
<tr>
- <th> Sr. no </th>
- <th > Url </th>
+ <th style "width: 5%"> Sr. no </th>
+ <th style "width: 45%"> Url </th>
<th colspan = ""> Comments </th>
</tr>