Skip to content
Open
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
9 changes: 1 addition & 8 deletions home/templates/home/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,10 @@ <h2>{{ organisation }}</h2>
{% endif %}
</div>
{% endfor %}

<div class="form-check mb-3">
<input class="form-check-input" type="checkbox" id="is_manager" name="is_manager" required>
<label class="form-check-label" for="is_manager">
I confirm I am signing up to SORT as an account manager.
</label>
</div>

<button type="submit" class="btn btn-primary w-100">Register</button>
</form>
<div class="text-center mt-2 small-text" style="font-size: 0.7rem;">
<a href="{% url 'login' %}">Already have an account? Login here</a>
</div>
{% endblock %}

Loading