diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-06-03 20:24:36 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-06-03 20:24:36 +0200 |
commit | 5d9335fe183a0486c593975c45c2abe6875ab719 (patch) | |
tree | d816682945e3a6121b853202dcf5aac2d4d2837b /templates/admin_questions.html | |
parent | 200053d720dbec25b2c7f3a8a408b74a4fa66244 (diff) |
admin_questions: More templates + sql fixes
Diffstat (limited to 'templates/admin_questions.html')
-rw-r--r-- | templates/admin_questions.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/admin_questions.html b/templates/admin_questions.html index ad8d6572..171f10b5 100644 --- a/templates/admin_questions.html +++ b/templates/admin_questions.html @@ -25,6 +25,9 @@ Not yet answered questions: <thead> <tr> <th> + From + </th> + <th> Question </th> <th> @@ -34,9 +37,6 @@ Not yet answered questions: Answer </th> <th> - From - </th> - <th> </th> </tr> |