summaryrefslogtreecommitdiff
path: root/templates/admin_question_answered.html
blob: e4f07932bba89a81fc6b6980780c34924cc48453 (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%">Delete</a>
	</td>
</tr>