feat: Add discord link to register page
All checks were successful
Build Docker / Build Bot (push) Successful in 21s
Build Docker / Build Master (push) Successful in 23s

This commit is contained in:
Nathan Woodburn 2023-11-17 17:12:12 +11:00
parent 086bab83d3
commit 58c6f8027e
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -47,7 +47,7 @@
<div class="mb-3"> <div class="mb-3">
<p style="color: rgb(255,0,0);">{{ERROR_MESSAGE}}</p><button class="btn btn-primary shadow d-block w-100" type="submit">Create site</button> <p style="color: rgb(255,0,0);">{{ERROR_MESSAGE}}</p><button class="btn btn-primary shadow d-block w-100" type="submit">Create site</button>
</div> </div>
<p class="text-muted">Don't have a licence?<br><a href="{{buy_licence_link}}" target="_blank">Click here to buy one</a></p> <p class="text-muted">Don't have a licence?<br><a href="{{buy_licence_link}}" target="_blank">Click here to buy one</a><br>Or thanks to the OpenSystems grant<br><a href="https://l.woodburn.au" target="_blank">Register a free site here</a></p>
</form> </form>
</div> </div>
</div> </div>