summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMahesh Gudi2016-04-19 16:48:32 +0530
committerMahesh Gudi2016-04-19 16:48:32 +0530
commit5d4ee0860bc6c92f845624bca2a8d515c96c4a30 (patch)
treec69e29a81db9e1fcffc5614300118942c8cd60e6
parent32b8712249d7fa7891576b5c15c902c6604ee3d5 (diff)
parent9be76d567a5f530cc09c58914d7266cba8b92e57 (diff)
downloadPython-TBC-Interface-5d4ee0860bc6c92f845624bca2a8d515c96c4a30.tar.gz
Python-TBC-Interface-5d4ee0860bc6c92f845624bca2a8d515c96c4a30.tar.bz2
Python-TBC-Interface-5d4ee0860bc6c92f845624bca2a8d515c96c4a30.zip
Merge pull request #27 from maheshgudi/master
Minor changes
-rw-r--r--commentingapp/templates/commenting.html6
-rw-r--r--tbc_error_page/__init__.py0
2 files changed, 3 insertions, 3 deletions
diff --git a/commentingapp/templates/commenting.html b/commentingapp/templates/commenting.html
index dac6b37..3e888e6 100644
--- a/commentingapp/templates/commenting.html
+++ b/commentingapp/templates/commenting.html
@@ -13,10 +13,10 @@
<form name = "Send Email" action = "{% url 'commentingapp.views.commenting' %}" method = "POST">
{% csrf_token %}
- <table id = "comment-table" border = 2 align = "center" style="empty-cells:hide;">
+ <table id = "comment-table" border = 2 align = "center">
<tr>
- <th style "width: 5%"> Sr. no </th>
- <th style "width: 45%"> Url </th>
+ <th style = "width: 5%"> Sr. no </th>
+ <th style = "width: 45%"> Url </th>
<th colspan = ""> Comments </th>
</tr>
diff --git a/tbc_error_page/__init__.py b/tbc_error_page/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tbc_error_page/__init__.py