summaryrefslogtreecommitdiff
path: root/templates/admin_question_answered.html
blob: 8801d58f8aa6eb69acc1d4672ae22e49748fc746 (plain)
1
2
3
4
5
6
7
8
9
<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>