diff options
author | Felix Favre <gnomus@gnomus.de> | 2014-08-24 15:52:25 +0200 |
---|---|---|
committer | Felix Favre <gnomus@gnomus.de> | 2014-08-24 15:52:25 +0200 |
commit | 4faca9864f80dfd90cba248855602ab7680cab53 (patch) | |
tree | 9f2d5d76adc7d14e89d51c0073103e9d7ad717f4 /templates/user_questions.html | |
parent | efe853246f99c59e48ac66955b40fb7e09da0a5b (diff) | |
parent | f9e577352dd31f2846c3a340a1de82dd73961568 (diff) |
Merge branch 'master' of github.com:planetcyborg/engelsystem
Conflicts:
themes/theme1.scss
Diffstat (limited to 'templates/user_questions.html')
-rw-r--r-- | templates/user_questions.html | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/templates/user_questions.html b/templates/user_questions.html deleted file mode 100644 index 466d0c48..00000000 --- a/templates/user_questions.html +++ /dev/null @@ -1,41 +0,0 @@ -<p> - Beantwortete Fragen: -</p> -<table> - <thead> - <tr> - <th> - Frage - </th> - <th> - Von - </th> - <th> - Antwort - </th> - <th> - - </th> - </tr> - </thead> - <tbody> - %answered_questions% - </tbody> -</table> -<hr/> -<p> - Frage einen Erzengel: -</p> -<form action="%link%&action=ask" method="post"> - <table> - <tr> - <td> - Frage: - </td> - <td> - <textarea name="question"></textarea> - </td> - </tr> - </table> - <input type="submit" name="submit" value="Fragen" /> -</form>
\ No newline at end of file |