Add geoip data and 451 handler
This commit is contained in:
10
templates/errors/451.html.tera
Normal file
10
templates/errors/451.html.tera
Normal file
@ -0,0 +1,10 @@
|
||||
{% extends "base" %}
|
||||
|
||||
{% block init %}
|
||||
{% set title = "451 Unavailable due to legal reasons" %}
|
||||
|
||||
{% set show_contact = True %}
|
||||
|
||||
{% set page_title = "Unavailable in this region" %}
|
||||
{% set page_subtitle = "This service is unavailable in the UK due to the Online Safety Act. Consider using a VPN to access this service." %}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user