Surplus_Up (2DU) 6 лет назад
Родитель
Сommit
2aff655f1e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      route/edit_move.py

+ 1 - 1
route/edit_move.py

@@ -43,7 +43,7 @@ def edit_move_2(conn, name):
                     ip_check(),
                     ip_check(),
                     flask.request.form.get('send', ''),
                     flask.request.form.get('send', ''),
                     '0',
                     '0',
-                    'marge <a>' + name + '</a> - <a>' + move_title + '</a> move'
+                    'merge <a>' + name + '</a> - <a>' + move_title + '</a> move'
                 )
                 )
 
 
                 curs.execute(db_change("update back set type = 'no' where title = ? and not type = 'cat' and not type = 'no'"), [name])
                 curs.execute(db_change("update back set type = 'no' where title = ? and not type = 'cat' and not type = 'no'"), [name])