Skip to content

Commit

Permalink
Update login.html
Browse files Browse the repository at this point in the history
Remove the inline styles from the login.html page and put it in the styles file dojo.css.
  • Loading branch information
oussama-taoufiq authored Jan 8, 2025
1 parent ddef054 commit be9711a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dojo/templates/dojo/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ <h3>{% trans "Login" %}</h3>
<div class="col-sm-4">
<ul style="list-style-type: none">
{% if FORGOT_PASSWORD %}
<li><a id="reset-password" style="color: rgb(51, 122, 183)" href="{% url 'password_reset' %}">{% trans "I forgot my password" %}</a></li>
<li><a id="reset-password" href="{% url 'password_reset' %}">{% trans "I forgot my password" %}</a></li>
{% endif %}
{% if FORGOT_USERNAME %}
<li><a id="forgot-username" style="color: rgb(51, 122, 183)" href="{% url 'forgot_username' %}">{% trans "I forgot my username" %}</a></li>
<li><a id="forgot-username" href="{% url 'forgot_username' %}">{% trans "I forgot my username" %}</a></li>
{% endif %}
</ul>
</div>
Expand Down

0 comments on commit be9711a

Please sign in to comment.