From 709d0a7872cdf9af0acbdad6efaaf3fd4c656633 Mon Sep 17 00:00:00 2001 From: Vicky Steeves Date: Tue, 29 Aug 2017 17:28:52 -0400 Subject: [PATCH] scholarship page redirects to OSF --- conf.py | 1 - themes/custom/templates/base.tmpl | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 3739413..2a4e83e 100644 --- a/conf.py +++ b/conf.py @@ -117,7 +117,6 @@ NAVIGATION_LINKS = { ("/", "Home"), ('/who-we-are', 'About'), ('/contact', 'Contact'), - ('/scholarship/', 'Scholarship') ), } diff --git a/themes/custom/templates/base.tmpl b/themes/custom/templates/base.tmpl index a700310..3db2cdf 100644 --- a/themes/custom/templates/base.tmpl +++ b/themes/custom/templates/base.tmpl @@ -37,6 +37,7 @@ ${template_hooks['extra_head']()}