|
|
@@ -1,6 +1,7 @@
|
|
|
{% extends 'base.html' %}
|
|
|
|
|
|
{% block top %}
|
|
|
+ <!--
|
|
|
<div class='form-outline mb-3 text-center btn-primary h3'>
|
|
|
{{ HeaderTitle }}
|
|
|
</div>
|
|
|
@@ -9,20 +10,34 @@
|
|
|
</div>
|
|
|
<div class='form-outline mb-3 text-center btn-primary h3'>
|
|
|
Amministratore: {{ admin.username }}
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
{% endblock %}
|
|
|
|
|
|
-{% block body %}
|
|
|
+{% block body-login %}
|
|
|
+<div class="form-container card p-3 bg-light">
|
|
|
+ <div style='padding-top:50px;padding-bottom:20px;background-color:#a1cb0f;'>
|
|
|
+ <p class="h1 text-center">CCS Health</p>
|
|
|
+ <p class="h3 text-center">Corporate Care Solution</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div>
|
|
|
+ <br/>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="container text-center">
|
|
|
+ <p class="lead">Per accedere utilizzare il proprio codice fiscale o il proprio login name insieme al Pin o alla Password assegnata.</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div>
|
|
|
+ <hr>
|
|
|
+ </div>
|
|
|
|
|
|
<!-- profilo utente -->
|
|
|
<div>
|
|
|
<form name='UpdatePassword' method='post' class='form-container card p-3 bg-light'>
|
|
|
{% csrf_token %}
|
|
|
- <div class='form-outline mb-3 {% if "cfisc" in informazione.errors %} text-danger {% endif %}'>
|
|
|
- <label class='form-label' for='cfisc'>Email - Codice Fiscale - Login</label>
|
|
|
- <input type='text' class='form-control' id='cfisc' name='cfisc' value="{{ informazione.cfisc.value }}"
|
|
|
- </div>
|
|
|
<div class='form-outline mb-3'>
|
|
|
+ <input type='hidden' class='form-control' id='cfisc' name='cfisc' value="{{ informazione.cfisc.value }}" readonly>
|
|
|
<input type='hidden' class='form-control' id='uuid' name='uuid' value="{{ informazione.uuid.value }}" readonly>
|
|
|
<div>
|
|
|
<div class='form-outline mb-3 {% if "pin1" in informazione.errors %} text-danger {% endif %}'>
|
|
|
@@ -43,9 +58,10 @@
|
|
|
{% endblock %}
|
|
|
|
|
|
{% block bottom %}
|
|
|
+<!-- errori
|
|
|
+
|
|
|
<div>
|
|
|
- <!-- errori
|
|
|
- <div class='form-container card p-3 bg-light'>
|
|
|
+ <div class='form-container card p-3 bg-light'>
|
|
|
{% if informazione.errors %}
|
|
|
{{ informazione.errors }}
|
|
|
<br>--</br>
|
|
|
@@ -53,6 +69,6 @@
|
|
|
{% endif %}
|
|
|
{% if informazione.errors.pin1 %}<p class="alarm">alarme</p>{% endif %}
|
|
|
</div>
|
|
|
- fine zona errori -->
|
|
|
- <div>
|
|
|
+ fine zona errori
|
|
|
+ <div> -->
|
|
|
{% endblock %}
|