Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions trojstenid/users/templates/account/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ <h2 class="mb-6 text-center text-2xl font-bold tracking-tight text-gray-900">
{% csrf_token %}
{% form form %}

<p class="text-xs text-gray-500">
Registráciou súhlasíš so <a href="https://trojsten.sk/gdpr/" class="link">zásadami ochrany osobných údajov</a>.
</p>

<div>
<button type="submit" class="btn btn-blue">Zaregistrovať účet</button>
</div>
Expand Down
Loading