From c4c1236a9aa769d26a93777cd76239d2326f9513 Mon Sep 17 00:00:00 2001
From: Krish M <krish94@uab.edu>
Date: Thu, 21 Apr 2022 14:53:57 -0500
Subject: [PATCH] 1. Moved pages certify, blocked and shibboleth to a dir -
 account 2. Renamed page shibboleth to unauthorized

---
 app/templates/{errors => account}/blocked.html                    | 0
 app/templates/{errors => account}/certify.html                    | 0
 .../{errors/shibboleth.html => account/unauthorized.html}         | 0
 3 files changed, 0 insertions(+), 0 deletions(-)
 rename app/templates/{errors => account}/blocked.html (100%)
 rename app/templates/{errors => account}/certify.html (100%)
 rename app/templates/{errors/shibboleth.html => account/unauthorized.html} (100%)

diff --git a/app/templates/errors/blocked.html b/app/templates/account/blocked.html
similarity index 100%
rename from app/templates/errors/blocked.html
rename to app/templates/account/blocked.html
diff --git a/app/templates/errors/certify.html b/app/templates/account/certify.html
similarity index 100%
rename from app/templates/errors/certify.html
rename to app/templates/account/certify.html
diff --git a/app/templates/errors/shibboleth.html b/app/templates/account/unauthorized.html
similarity index 100%
rename from app/templates/errors/shibboleth.html
rename to app/templates/account/unauthorized.html
-- 
GitLab