Skip to content

Commit

Permalink
public ui: fix login button on holdings section
Browse files Browse the repository at this point in the history
* Closes #1639.

Co-Authored-by: Peter Weber <[email protected]>
  • Loading branch information
rerowep and rerowep committed Feb 3, 2021
1 parent 658aaaa commit 271020b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@

#}
{%- if current_user.is_anonymous %}
<a
class="btn btn-primary btn-sm mb-4"
href="{{ url_for_security('login') + "
?next=" + request.path }}"
>
<a class="btn btn-primary btn-sm" href="{{ url_for_security('login', next=request.path) }}">
<i class="fa fa-sign-in"></i> {{ _('Log in (to see request options)') }}
</a>
{%- endif %}
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{% for document_type in record | document_types %}
<li>{{ document_type }}</li>
{% endfor %}
</ui>
</ul>
</figcaption>
</figure>
<div class="col-sm-10">
Expand Down

0 comments on commit 271020b

Please sign in to comment.