Skip to content

Commit

Permalink
Displaying login page text from settings again (#458)
Browse files Browse the repository at this point in the history
Related-Issue: #458
Closes: #458
Projected-Results-Impact: none
  • Loading branch information
holtgrewe committed Apr 26, 2022
1 parent 5b28aec commit d50e255
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HISTORY.rst
Expand Up @@ -13,6 +13,7 @@ End-User Summary
- Documenting problem with extra annotations in ``20210728` data release (#450).
Includes instructions on how to apply patch to get ``20210728b``.
- Removing problematic username modification behaviour on login page (#459).
- Displaying login page text from settings again (#458).

Full Change List
================
Expand All @@ -21,6 +22,7 @@ Full Change List
- Documenting problem with extra annotations in ``20210728` data release (#450).
Includes instructions on how to apply patch to get ``20210728b``.
- Removing problematic username modification behaviour on login page (#459).
- Displaying login page text from settings again (#458).

------
v1.2.0
Expand Down
2 changes: 2 additions & 0 deletions varfish/templates/users/login.html
Expand Up @@ -4,6 +4,7 @@
{% load static %}
{% load projectroles_tags %}
{% load projectroles_common_tags %}
{% load variants_tags %}

{% get_django_setting 'SITE_INSTANCE_TITLE' as site_title %}

Expand Down Expand Up @@ -33,6 +34,7 @@ <h2 class="sodar-pr-content-title">Login</h2>

{% autoescape off %}
{% get_login_info %}
{% get_login_page_text %}
{% endautoescape %}

<form class="form-signin" method="post" id="sodar-form-login">
Expand Down

0 comments on commit d50e255

Please sign in to comment.