From 9462c79318ed2250a714f3217f89f4bff4797da4 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Thu, 10 Sep 2020 14:52:41 +0200 Subject: [PATCH] Remove references to website migration This migration happened 10 years ago, so if someone hasn't updated their records by now, they're not going to. We still allow and special-case the migrated data in the database in order not to delete history, but this removes the direct texts about it which take up unnecessary space and confuse some people. --- templates/account/index.html | 10 ---------- templates/account/orglist.html | 9 +-------- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/templates/account/index.html b/templates/account/index.html index dae8262a..94761e00 100644 --- a/templates/account/index.html +++ b/templates/account/index.html @@ -24,16 +24,6 @@ managers for that organisation. You can find a list of organisations and managers here.

-

Migrated data

-

-For most of the data migrated from the old website has unfortunately not -been connected to the proper organisations and accounts. If you have any -data submitted that is not properly connected to you (most likely this -will be your account not being connected to the proper organisation(s)), -please contact webmaster@postgresql.org -and let us know which objects to connect together. -

- {% for cat in modobjects %}

Items {{cat.title}}

{%for l in cat.objects %} diff --git a/templates/account/orglist.html b/templates/account/orglist.html index b7ea3670..c7302455 100644 --- a/templates/account/orglist.html +++ b/templates/account/orglist.html @@ -3,14 +3,7 @@ {%block contents%}

Organisations

-The following organisations are registered in our database. Note that any -organisations listed as Migrated Connections are organisations that -have been migrated from our old website and not been given a proper -manager in the new system. If you are the manager of one of these -organisations, please send an email to -webmaster@postgresql.org -letting us know this, and including the name of your community account. -We will then link your account to this organisation. +The following organisations are registered in our database.

-- 2.39.5