summaryrefslogtreecommitdiff
path: root/templates/admin_question_answered.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin_question_answered.html')
-rw-r--r--templates/admin_question_answered.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/admin_question_answered.html b/templates/admin_question_answered.html
deleted file mode 100644
index 8801d58f..00000000
--- a/templates/admin_question_answered.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<tr>
- <td> %question_nick% </td>
- <td> %question% </td>
- <td> %answer_nick% </td>
- <td> %answer% </td>
- <td>
- <a href="%link%&action=delete&id=%question_id%">Löschen</a>
- </td>
-</tr>