diff options
author | Dan McGee <dan@archlinux.org> | 2010-02-17 22:22:21 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-02-17 22:22:21 -0600 |
commit | 548ed9dc75ea7c05f7be355a7efd1398d4cfe422 (patch) | |
tree | 47473b544e03cba3ea7f8a9a331bf6df8ae8ec19 /templates/news/add.html | |
parent | ae5374a7dfa79d27cbcca0046c336a75a86d1341 (diff) |
News: make add/edit page form larger
Make both the title entry and the text area a lot larger so it is easier to
add and edit news items from the developer side.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/news/add.html')
-rw-r--r-- | templates/news/add.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/news/add.html b/templates/news/add.html index 80fccc3d..daa75871 100644 --- a/templates/news/add.html +++ b/templates/news/add.html @@ -7,7 +7,7 @@ {% else %} <h2 class="title">Add News</h2> {% endif %} - <form method="post" action="."> + <form method="post" id="newsform" action="."> <table> {{form}} <tr> |