summaryrefslogtreecommitdiff
path: root/tbc_error_page
diff options
context:
space:
mode:
authormahesh2016-04-15 13:56:43 +0530
committermahesh2016-04-15 13:56:43 +0530
commitce8ce678374a85dc73671dd405e68ee14ac97fb7 (patch)
treee31de20449dee794b8a5d32d2790d14e97c618e0 /tbc_error_page
parent664919e0ac7c586b27f6eb862c885a75ab62d8ef (diff)
downloadPython-TBC-Interface-ce8ce678374a85dc73671dd405e68ee14ac97fb7.tar.gz
Python-TBC-Interface-ce8ce678374a85dc73671dd405e68ee14ac97fb7.tar.bz2
Python-TBC-Interface-ce8ce678374a85dc73671dd405e68ee14ac97fb7.zip
links will open in new tab
Diffstat (limited to 'tbc_error_page')
-rw-r--r--tbc_error_page/templates/broken.html2
-rw-r--r--tbc_error_page/templates/error.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/tbc_error_page/templates/broken.html b/tbc_error_page/templates/broken.html
index e25395e..1b7a05f 100644
--- a/tbc_error_page/templates/broken.html
+++ b/tbc_error_page/templates/broken.html
@@ -17,7 +17,7 @@
{% for broken_data in broken %}
<tr>
<td> {{ forloop.counter }} </td>
- <td> <a href = {{ broken_data.broken_url }} target = ""> {{ broken_data.broken_url }} </a> </td>
+ <td> <a href = {{ broken_data.broken_url }} target = "blank"> {{ broken_data.broken_url }} </a> </td>
<td><b> {{ broken_data.error_status }} </b> error </td>
</tr>
{% endfor %}
diff --git a/tbc_error_page/templates/error.html b/tbc_error_page/templates/error.html
index ee4c415..5323efb 100644
--- a/tbc_error_page/templates/error.html
+++ b/tbc_error_page/templates/error.html
@@ -26,7 +26,7 @@
<tr>
{% if errors.is_deliberate == 0 %}
- <td><a href = {{ errors.chapter_url }} target = "_blank"> {{ errors.chapter_name }} </a></td>
+ <td><a href = {{ errors.chapter_url }} target = "blank"> {{ errors.chapter_name }} </a></td>
<td> {{ errors.number_of_errors }} </td>
<td> <input type = "checkbox" name = "deliberate" value = "{{ errors.chapter_url }}">
{% endif %}