- Consent giving UI introduced
- Possibility to view the document version the consent is given to - Blocking functionality is no valid consent
This commit is contained in:
13
eveai_app/templates/user/consent_renewal.html
Normal file
13
eveai_app/templates/user/consent_renewal.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block title %}Consent Renewal{% endblock %}
|
||||
{% block content_title %}Consent Renewal{% endblock %}
|
||||
{% block content_description %}Consent renewal process{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
<div class="alert alert-info">This page will guide you through the consent renewal process.</div>
|
||||
<p>Please navigate to the Tenant Consents page to renew the required consents.</p>
|
||||
<a href="{{ prefixed_url_for('user_bp.tenant_consent') }}" class="btn btn-primary">Go to Tenant Consents</a>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user