mirror of https://gitlab.com/bashrc2/epicyon
Dash
parent
b7dae9c543
commit
1e94bbcc78
|
@ -461,9 +461,7 @@ def html_moderation_info(translate: {}, base_dir: str,
|
||||||
blocking_reasons_filename)
|
blocking_reasons_filename)
|
||||||
if reason:
|
if reason:
|
||||||
blocked_str += \
|
blocked_str += \
|
||||||
line + ' ' + \
|
line + ' - ' + reason + '\n'
|
||||||
'<span class="blockreason">' + \
|
|
||||||
reason + '</span>\n'
|
|
||||||
continue
|
continue
|
||||||
blocked_str += line + '\n'
|
blocked_str += line + '\n'
|
||||||
info_form += '<div class="container">\n'
|
info_form += '<div class="container">\n'
|
||||||
|
|
Loading…
Reference in New Issue