[login-page] add semantic classes
This commit is contained in:
parent
2d5bb3468e
commit
71d4b807ce
1 changed files with 2 additions and 2 deletions
|
|
@ -51,11 +51,11 @@
|
|||
</div>
|
||||
|
||||
{%- if not disable_signup -%}
|
||||
<p class="text-center">
|
||||
<p class="text-center sign-up-message">
|
||||
<a href="#signup" style="margin-top: -2px;">{{ _("Don't have an account? Sign up") }}</a>
|
||||
</p>
|
||||
{%- endif -%}
|
||||
<p class="text-center">
|
||||
<p class="text-center forgot-password-message">
|
||||
<a href="#forgot">{{ _("Forgot Password?") }}</a></p>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue