Skip to content

Commit

Permalink
[TGA-68] chore: Update registration page text
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Oct 31, 2023
1 parent 8c6f002 commit e21dbc2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions server/theme/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h5 class="mb-0">{{ gettext("Login") }}</h5>
</div>
<div class="card-body pt-1">
<p class="home-info-text font-weight-bold">
360info is an open access global wire service that tackles the world’s biggest challenges and offers practical solutions.
<strong>Are you a journalist/media professional?</strong> You've come to the right place. Register below to request access to 360info's wire service (it's free).
</p>

<a href="{{ url_for('register.eoi') }}" role="button" class="btn btn-primary mx-auto text-white mt-3">
Expand All @@ -104,7 +104,15 @@ <h5 class="mb-0">{{ gettext("Login") }}</h5>
</div>
<div class="card-footer bg-white border-0 text-muted a--underline">
<p class="text-center">
Already have an account, <a href="#" onclick="showLoginForm()">sign in now</a>
Existing users, <a href="#" onclick="showLoginForm()">Sign in now</a>
</p>
</div>
<div class="card-body pt-0">
<p class="text-center">
<strong>If you aren't a journalist, never fear.</strong>
Head to our <a href="https://360info.org/content/">public website</a> - you'll
see the same great content, 48 hours later. (p.s. don't forget to sign up for
<a href="https://confirmsubscription.com/h/y/7AC8D1920A8ADB87">our newsletter</a>!)
</p>
</div>
</div>
Expand Down

0 comments on commit e21dbc2

Please sign in to comment.