Skip to content

Commit

Permalink
fix sign up template text
Browse files Browse the repository at this point in the history
  • Loading branch information
Amy Chen authored and Amy Chen committed Feb 6, 2025
1 parent 4f1c3ff commit 59e435f
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 59e435f

Please sign in to comment.