mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
8e410afe77
commit
5f1a062f8f
|
@ -3421,10 +3421,9 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
|
||||
# person options screen, move button
|
||||
# See html_person_options followStr
|
||||
print('DEBUG: options_confirm_params ' + str(options_confirm_params))
|
||||
if '&submitMove=' in options_confirm_params:
|
||||
# if debug:
|
||||
print('Moving ' + options_actor_moved)
|
||||
if debug:
|
||||
print('Moving ' + options_actor_moved)
|
||||
msg = \
|
||||
html_confirm_follow(self.server.translate,
|
||||
base_dir,
|
||||
|
|
Loading…
Reference in New Issue