diff options
author | mahesh | 2016-04-15 13:54:15 +0530 |
---|---|---|
committer | mahesh | 2016-04-15 13:54:15 +0530 |
commit | 664919e0ac7c586b27f6eb862c885a75ab62d8ef (patch) | |
tree | 56e6ac02cfcd041040d9e7e1c429e6d8ca3123d7 | |
parent | 42bd8594b84a20b9be75c4bdadb490209e0fee81 (diff) | |
download | Python-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.html | 2 |
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 %} |