summaryrefslogtreecommitdiff
path: root/templates/admin_question_answered.html
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2014-08-23 19:15:10 +0200
committerPhilip Häusler <msquare@notrademark.de>2014-08-23 19:15:10 +0200
commitf9e577352dd31f2846c3a340a1de82dd73961568 (patch)
treeb2997b76d98fc6b7ac1fa40ffe96d664b350f825 /templates/admin_question_answered.html
parent7f43f3bfe50a4bfbbaa74d52b889668354ad9fcf (diff)
remove html templates
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>