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