Browse Source

Fix a typo which raises an error

Eduard Carreras 10 years ago
parent
commit
e2d3d17159
1 changed files with 1 additions and 1 deletions
  1. 1 1
      flaskbb/templates/management/forum_form.html

+ 1 - 1
flaskbb/templates/management/forum_form.html

@@ -30,7 +30,7 @@
 
             {{ render_boolean_field(form.locked) }}
 
-            {{ horizontal_field(form.submit, div_class"col-lg-offset-0 col-lg-9") }}
+            {{ horizontal_field(form.submit, div_class="col-lg-offset-0 col-lg-9") }}
     </form>
 </div>
 {% endblock %}