1
0
Эх сурвалжийг харах

fix: 修复render_select_field宏参数错误

SongZihuan 2 жил өмнө
parent
commit
c3e0e1cb5d
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      templates/macro.html

+ 1 - 1
templates/macro.html

@@ -22,7 +22,7 @@
     </div>
 {% endmacro %}
 
-{% macro render_select_field(field, height) %}
+{% macro render_select_field(field) %}
     <div class="my-3">
         {{ field(class="form-select", **kwargs) | safe }}
         {% for error in field.errors %}