Skip to content

Commit

Permalink
Update description for OU (The University of Oklahoma)
Browse files Browse the repository at this point in the history
  • Loading branch information
cslzchen committed Aug 19, 2019
1 parent 927d0ba commit ffefa83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/populate_institutions.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ def main():
{
'_id': 'ou',
'name': 'The University of Oklahoma',
'description': '<a href="https://www.ou.edu">The University of Oklahoma</a> | <a href="https://www.ou.edu/research-norman">Office of the Vice President for Research</a> | <a href="https://libraries.ou.edu">University Libraries</a>',
'description': '<a href="https://www.ou.edu">The University of Oklahoma</a> | <a href="https://libraries.ou.edu">University Libraries</a>',
'banner_name': 'ou-banner.png',
'logo_name': 'ou-shield.png',
'login_url': SHIBBOLETH_SP_LOGIN.format(encode_uri_component('https://shib.ou.edu/idp/shibboleth')),
Expand Down Expand Up @@ -1390,7 +1390,7 @@ def main():
{
'_id': 'ou',
'name': 'The University of Oklahoma [Test]',
'description': '<a href="https://www.ou.edu">The University of Oklahoma</a> | <a href="https://www.ou.edu/research-norman">Office of the Vice President for Research</a> | <a href="https://libraries.ou.edu">University Libraries</a>',
'description': '<a href="https://www.ou.edu">The University of Oklahoma</a> | <a href="https://libraries.ou.edu">University Libraries</a>',
'banner_name': 'ou-banner.png',
'logo_name': 'ou-shield.png',
'login_url': SHIBBOLETH_SP_LOGIN.format(encode_uri_component('https://shib.ou.edu/idp/shibboleth')),
Expand Down

0 comments on commit ffefa83

Please sign in to comment.