Skip to content

Commit

Permalink
Merge pull request #38 from UniversitaDellaCalabria/dev
Browse files Browse the repository at this point in the history
Minor changes
  • Loading branch information
peppelinux authored Jul 15, 2021
2 parents b61b0ec + ebf993d commit d5556c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions example/django_idp/settingslocal.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@
'django.contrib.messages',
'django.contrib.staticfiles',
'sass_processor',
'bootstrap_italia_template',
# templates
'uniauth_unical_template',
'django_unical_bootstrap_italia',
'bootstrap_italia_template',
# uniauth idp
'uniauth_saml2_idp',
'uniauth_unical_template',

# 'ldap_peoples',
'multildap',
'rangefilter']
Expand Down
4 changes: 2 additions & 2 deletions example/uniauth_unical_template/templates/saml_login.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
{% if form_field.field.required %}required{% endif %}>
<span class="password-icon" aria-hidden="true">
<svg class="password-icon-visible icon icon-sm">
<use xlink:href="{% static 'images/svg/sprite.svg' %}#it-password-visible"></use>
<use xlink:href="{% static 'svg/sprite.svg' %}#it-password-visible"></use>
</svg>
<svg class="password-icon-invisible icon icon-sm d-none">
<use xlink:href="{% static 'images/svg/sprite.svg' %}#it-password-invisible"></use>
<use xlink:href="{% static 'svg/sprite.svg' %}#it-password-invisible"></use>
</svg>
</span>
<label for="id_{{ form_field.html_name }}">
Expand Down

0 comments on commit d5556c6

Please sign in to comment.