summaryrefslogtreecommitdiff
path: root/templates/user_wakeup.html
diff options
context:
space:
mode:
authorFelix Favre <gnomus@gnomus.de>2014-08-24 15:52:25 +0200
committerFelix Favre <gnomus@gnomus.de>2014-08-24 15:52:25 +0200
commit4faca9864f80dfd90cba248855602ab7680cab53 (patch)
tree9f2d5d76adc7d14e89d51c0073103e9d7ad717f4 /templates/user_wakeup.html
parentefe853246f99c59e48ac66955b40fb7e09da0a5b (diff)
parentf9e577352dd31f2846c3a340a1de82dd73961568 (diff)
Merge branch 'master' of github.com:planetcyborg/engelsystem
Conflicts: themes/theme1.scss
Diffstat (limited to 'templates/user_wakeup.html')
-rw-r--r--templates/user_wakeup.html29
1 files changed, 0 insertions, 29 deletions
diff --git a/templates/user_wakeup.html b/templates/user_wakeup.html
deleted file mode 100644
index bf2d5531..00000000
--- a/templates/user_wakeup.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<form action="%wakeup_link%&amp;action=create" method="post">
- <table>
- <tr>
- <td align="right">
- %date_text%:
- </td>
- <td>
- <input type="text" name="Date" value="%date_value%">
- </td>
- </tr>
- <tr>
- <td align="right">
- %place_text%
- </td>
- <td>
- <input type="text" name="Ort" value="">
- </td>
- </tr>
- <tr>
- <td align="right">
- %comment_text%
- </td>
- <td>
- <textarea name="Bemerkung" rows="5" cols="40">%comment_value%</textarea>
- </td>
- </tr>
- </table>
- <input type="submit" name="submit" value="%submit_text%" />
-</form> \ No newline at end of file