diff --git a/IFComp/lib/IFComp/Controller/Root.pm b/IFComp/lib/IFComp/Controller/Root.pm index 0fe3c874..69675168 100644 --- a/IFComp/lib/IFComp/Controller/Root.pm +++ b/IFComp/lib/IFComp/Controller/Root.pm @@ -36,6 +36,12 @@ sub index : Path : Args(0) { $c->stash->{cf} = $c->model('ColossalFund'); } +sub restricted : Path('restricted') : Args(0) { + my ( $self, $c ) = @_; + + $c->stash->{template} = 'restricted.tt'; +} + =head2 default Standard 404 error page diff --git a/IFComp/root/lib/site/header b/IFComp/root/lib/site/header index 96a48a27..0dd2dada 100644 --- a/IFComp/root/lib/site/header +++ b/IFComp/root/lib/site/header @@ -128,6 +128,7 @@ END;
This special award goes every year to the entry with the highest standard -distribution among its ratings — roughly speaking, the entries with the +deviation among its ratings — roughly speaking, the entries with the most disagreement among those who rated it. The IFWiki keeps a record of every year's GBoD winner, as well as a bit of history about this diff --git a/IFComp/root/src/restricted.tt b/IFComp/root/src/restricted.tt new file mode 100644 index 00000000..950e0bcb --- /dev/null +++ b/IFComp/root/src/restricted.tt @@ -0,0 +1,11 @@ +[% meta.title = 'IFComp - Access Restricted' %] +
+ Due to the UK Online Safety Act, + games with content covered by that act are currently unavailable to users in the United Kingdom. + We are looking into means of age verification, but that may not be implemented prior to the conclusion of + this year's competition. We apologize for the inconvenience. +
+