diff options
author | sudan <sudan@douban.com> | 2016-01-20 19:11:15 +0800 |
---|---|---|
committer | sudan <sudan@douban.com> | 2016-01-20 19:11:15 +0800 |
commit | 084442616ffcceb309c71a62b123f7a11606576a (patch) | |
tree | 3ee7c3b2b7b9a454b8f1b3e8309c3edf25611541 /templates/new_paste.html | |
parent | some change (diff) | |
parent | misc updates (diff) | |
download | stackbin-084442616ffcceb309c71a62b123f7a11606576a.tar.gz stackbin-084442616ffcceb309c71a62b123f7a11606576a.tar.bz2 stackbin-084442616ffcceb309c71a62b123f7a11606576a.zip |
merge from jiawei
Diffstat (limited to 'templates/new_paste.html')
-rw-r--r-- | templates/new_paste.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/new_paste.html b/templates/new_paste.html index 31bf41a..658acfb 100644 --- a/templates/new_paste.html +++ b/templates/new_paste.html @@ -3,7 +3,7 @@ {% block body %} <h2>New Paste</h2> <form action="" method=post> - <div class=code><textarea name=code cols=60 rows=18>{{ parent.code }}</textarea></div> + <div class=code><textarea name=code cols=60 rows=12>{{ parent.code }}</textarea></div> <p><input type=submit value="New Paste"> </form> {% endblock %} |