ソースを参照

조금만 수정

Surplus_Up (2DU) 7 年 前
コミット
ab893fa366
1 ファイル変更2 行追加2 行削除
  1. 2 2
      app.py

+ 2 - 2
app.py

@@ -1567,11 +1567,11 @@ def set_edit_filter(name = None):
             imp = [name, wiki_set(), custom(), other2([' (' + load_lang('edit') + ' ' + load_lang('filter') + ')', 0])],
             data =  '''
                     <form method="post">
+                        <input ''' + stat + ''' placeholder="Regex" name="content" value="''' + html.escape(textarea) + '''" type="text">
+                        <hr>
                         <input ''' + stat + ''' type="checkbox" ''' + time_data + ''' name="ban">
                         ''' + load_lang('ban') + '''
                         <hr>
-                        <input ''' + stat + ''' placeholder="Regex" name="content" value="''' + html.escape(textarea) + '''" type="text">
-                        <hr>
                         <button ''' + stat + ''' id="save" type="submit">''' + load_lang('save') + '''</button>
                     </form>
                     ''',