Skip to content

Commit

Permalink
Clean up Intents with Registration Form
Browse files Browse the repository at this point in the history
  • Loading branch information
benpate committed Sep 9, 2024
1 parent c7567e4 commit 1c0f0df
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions _embed/templates/base-intent/intent.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,20 +83,21 @@ <h2>Have an Account?</h2>
<h2>Need an Account?</h2>

{{- if .DomainHasRegistrationForm -}}
<a href="/register" class="primary button">Sign Up Now</a>
<a href="/register" class="primary button">Sign Up Here</a>
<a href="https://emissary.social/hosting" class="button">Find Another Host</a>
<button script="on click trigger closeModal">Cancel</button>

{{- else -}}
Signups on this site are closed, but you can
<a href="https://emissary.social/hosting" target="_blank">Find a Fediverse Host</a>
from this list of trustworthy providers.

<div class="margin-top">
<button script="on click trigger closeModal">Close Window</button>
</div>
{{- end -}}
</div>

<div class="margin-top">
<button script="on click trigger closeModal">Close Window</button>
</div>

<script type="text/hyperscript">

Expand Down

0 comments on commit 1c0f0df

Please sign in to comment.