diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-03-27 22:36:38 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-03-27 22:36:38 +0200 |
| commit | 420d5eafc5dea742398bc3d24395aeac36831cf1 (patch) | |
| tree | 6774e932846d94d5384ac0855f7bf68901890943 /data | |
| parent | dda2c7a7ae28eab27ac1bcaf38513ff44343278b (diff) | |
| download | phorkie-420d5eafc5dea742398bc3d24395aeac36831cf1.tar.gz phorkie-420d5eafc5dea742398bc3d24395aeac36831cf1.zip | |
description input lager
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/index.htm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/data/templates/index.htm b/data/templates/index.htm index 9b158bb..c239d56 100644 --- a/data/templates/index.htm +++ b/data/templates/index.htm @@ -4,10 +4,8 @@ {% block content %} <form method="post" action="/"> <div class="control-group well pastedata"> - <label for="description" class="control-label">Description</label> - <div class="controls"> + <label for="description">Description</label> <input type="text" name="description" id="description" value="{{description}}"/> - </div> </div> <div class="well"> |
