Browse Source

Signed-off-by: zry <admin@z-touhou.org>

zry 8 years ago
parent
commit
bccd53647d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/home/post.edit.html

+ 1 - 1
templates/home/post.edit.html

@@ -20,7 +20,7 @@
 {% endblock %}
 
 {% block content %}
-<form class="form-horizontal" role="form" action="" method="POST" onkeydown="if(event.keyCode==13)return false;" >
+<form class="form-horizontal" role="form" action="" method="POST">
 	{% csrf_token %}
     {% for item in form %}
     <input type="hidden" name="rfm" value="{{rfm}}">