Skip to content

Commit

Permalink
ui: fix login button
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 2, 2021
1 parent be771d1 commit 3fa7d60
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"
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 3fa7d60

Please sign in to comment.