summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormahesh2016-04-15 13:54:15 +0530
committermahesh2016-04-15 13:54:15 +0530
commit664919e0ac7c586b27f6eb862c885a75ab62d8ef (patch)
tree56e6ac02cfcd041040d9e7e1c429e6d8ca3123d7
parent42bd8594b84a20b9be75c4bdadb490209e0fee81 (diff)
downloadPython-TBC-Interface-664919e0ac7c586b27f6eb862c885a75ab62d8ef.tar.gz
Python-TBC-Interface-664919e0ac7c586b27f6eb862c885a75ab62d8ef.tar.bz2
Python-TBC-Interface-664919e0ac7c586b27f6eb862c885a75ab62d8ef.zip
url link will open a new tab
-rw-r--r--commentingapp/templates/commenting.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/commentingapp/templates/commenting.html b/commentingapp/templates/commenting.html
index 81961a8..09ae53f 100644
--- a/commentingapp/templates/commenting.html
+++ b/commentingapp/templates/commenting.html
@@ -23,7 +23,7 @@
{% for urls in url_context %}
<tr>
<td colspan = ""> {{ forloop.counter }}</td>
- <td id = "urls" colspan = ""><a href = "{{ urls.url }}"> {{ urls.url }} </a> </td>
+ <td id = "urls" colspan = ""><a href = "{{ urls.url }}" target = "blank"> {{ urls.url }} </a> </td>
<ul>
<td >
{% for comments in urls.comments_set.all %}