summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 %}