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