Skip to content

Commit

Permalink
Remove style= attribute from login page
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Mar 4, 2024
1 parent ac038ba commit 3867592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcms/templates/registration/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
{% trans "Please login to get started" %}
{% if SETTINGS.REGISTRATION_ENABLED %}
{% trans "or" %}
<a href="{% url "tcms-register" %}" style="color:white;text-decoration:underline">{% trans "register an account" %}</a>
<a href="{% url "tcms-register" %}">{% trans "register an account" %}</a>
{% trans "if you don't have one!" %}
{% endif %}
</p>
Expand Down

0 comments on commit 3867592

Please sign in to comment.