diff options
Diffstat (limited to 'templates/user_questions.html')
-rw-r--r-- | templates/user_questions.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/templates/user_questions.html b/templates/user_questions.html index b502422b..4cbe0338 100644 --- a/templates/user_questions.html +++ b/templates/user_questions.html @@ -1,11 +1,11 @@ <p> - Not yet answered questions: + Unbeantwortete Fragen: </p> <table> <thead> <tr> <th> - Question + Frage </th> <th> @@ -18,19 +18,19 @@ </table> <hr/> <p> - Answered questions: + Beantwortete Fragen: </p> <table> <thead> <tr> <th> - Question + Frage </th> <th> - From + Von </th> <th> - Answer + Antwort </th> <th> @@ -43,18 +43,18 @@ </table> <hr/> <p> - Ask an arch angel: + Frage einen Orga: </p> <form action="%link%&action=ask" method="post"> <table> <tr> <td> - Question: + Frage: </td> <td> <textarea name="question"></textarea> </td> </tr> </table> - <input type="submit" name="submit" value="Ask" /> + <input type="submit" name="submit" value="Fragen" /> </form>
\ No newline at end of file |