role instead of rol

This commit is contained in:
Cayo Puigdefabregas 2023-06-21 12:27:10 +02:00
parent a68784c94c
commit 73fa8a6d28
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
</li>
</ul>
{% if rol %}
<br />Actual Rol: {{ rol }}
<br />Current Role: {{ rol }}
{% endif %}
</nav>
<div class="col-xl-12">
@ -264,7 +264,7 @@
<form action="{{ path }}" method="get">
<div class="modal-header">
<h5 class="modal-title">Select your Rol <span id="title-action"></span></h5>
<h5 class="modal-title">Select your Role <span id="title-action"></span></h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>