diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-06-02 17:16:39 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-06-02 17:16:39 +0200 |
commit | 6e2b5efa433e89a4a9ac57d283b62b101a78094b (patch) | |
tree | 82d2dcf9475725b2a6454347f24beb3fb78d355f /templates | |
parent | ded660adb66471c75a6ec7a0ead334a1b4bceb2c (diff) |
fix new room
Diffstat (limited to 'templates')
-rw-r--r-- | templates/admin_rooms_new_form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_rooms_new_form.html b/templates/admin_rooms_new_form.html index 68ea9485..f386259c 100644 --- a/templates/admin_rooms_new_form.html +++ b/templates/admin_rooms_new_form.html @@ -39,7 +39,7 @@ Neuen Raum einrichten: Number </td> <td> - <input type="text" name="Number" value="%number%" /> + <input type="text" name="Number" value="" /> </td> </tr> </table><input type="submit" value="Create" /> |