Skip to content

Commit

Permalink
Merge pull request #22 from uwcirg/fixup/sign-up-template
Browse files Browse the repository at this point in the history
fix sign up template text
  • Loading branch information
achen2401 authored Feb 6, 2025
2 parents 4f1c3ff + 59e435f commit eea07c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dev/gateway/config/auth-proxy/templates/sign_in.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
/>
<title>Sign In HIV SUCCESS data query tool</title>
<title>Sign In HIV SUCCESS Data Query Tool</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css"
Expand Down Expand Up @@ -101,15 +101,15 @@
<body class="has-background-light">
<section id="sideBar">HIV SUCCESS data query tool</section>
<section class="main section has-background-light">
<div class="box block sign-in-box has-text-centered">
<div class="box block sign-in-box">
{{ if .LogoData }}
<div class="block logo-box">{{.LogoData}}</div>
{{ end }}

<form method="GET" action="{{.ProxyPrefix}}/start">
<input type="hidden" name="rd" value="{{.Redirect}}" />
<h1 class="title has-text-centered">
Welcome to the HIV SUCCESS data query tool
Welcome to the HIV SUCCESS Data Query Tool
</h1>
<p>
HIV SUCCESS is the consortium of NIDA substance use and HIV cohorts.
Expand All @@ -131,7 +131,7 @@ <h1 class="title has-text-centered">
</p>
<p>
All users are asked to login using their Google or UW Net ID
accounts or register through our system,. We collect details on
accounts or register through our system. We collect details on
names and emails to help with password support and organization/
institution to understand who views our data. All information are
held securely and confidentially. User information is not shared
Expand Down

0 comments on commit eea07c4

Please sign in to comment.