From a16f23f034fb942b44e0665224d499af57aec1ad Mon Sep 17 00:00:00 2001 From: neptune Date: Mon, 15 Nov 2021 13:35:08 -0300 Subject: Nueva revisión Py3 --- cgi/templates/bans_geo | 2 +- cgi/templates/bans_locations | 2 +- cgi/templates/manage/boardoptions.html | 2 +- cgi/templates/mobile/txt_thread.html | 10 +++++----- cgi/templates/revision.html | 2 +- cgi/templates/txt_archive.html | 4 ++-- cgi/templates/txt_thread.en.html | 10 +++++----- 7 files changed, 16 insertions(+), 16 deletions(-) (limited to 'cgi/templates') diff --git a/cgi/templates/bans_geo b/cgi/templates/bans_geo index 64687e8..ba7959a 100644 --- a/cgi/templates/bans_geo +++ b/cgi/templates/bans_geo @@ -4,7 +4,7 @@ geo $bans_global { #{ip} 1; } - + geo $bans_#{board} { default 0; diff --git a/cgi/templates/bans_locations b/cgi/templates/bans_locations index a514ccf..87ac1b7 100644 --- a/cgi/templates/bans_locations +++ b/cgi/templates/bans_locations @@ -4,7 +4,7 @@ location /#{board}/ { if ($bans_global) { rewrite ^ /cgi/banned; } - if ($bans_#{board}) { rewrite ^ /cgi/banned; } + if ($bans_#{board}) { rewrite ^ /cgi/banned/#{board}; } } diff --git a/cgi/templates/manage/boardoptions.html b/cgi/templates/manage/boardoptions.html index fcd3bb8..4e33e5b 100644 --- a/cgi/templates/manage/boardoptions.html +++ b/cgi/templates/manage/boardoptions.html @@ -174,7 +174,7 @@