reword Log in callouts

This commit is contained in:
2025-06-01 15:08:03 +03:00
parent af524f29d0
commit 143f213a28
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
<div class="container">
{% include "inventory_filter.html" %}
<p><a class="waves-effect waves-light btn" href="/login?redirect_url={{ redirect_url }}">Log in</a> to see more items</p>
<p>Only listing items with 'Featured' visibility. <a class="waves-effect waves-light btn" href="/login?redirect_url={{ redirect_url }}">Log in</a></p>
<table>
<thead>
<tr>
@@ -29,6 +29,6 @@
</tbody>
</table>
<p><a class="waves-effect waves-light btn" href="/login?redirect_url={{ redirect_url }}">Log in</a> to see more items</p>
<p>Only listing items with 'Featured' visibility. <a class="waves-effect waves-light btn" href="/login?redirect_url={{ redirect_url }}">Log in</a></p>
</div>
{% endblock %}

View File

@@ -3,7 +3,7 @@
<div class="container">
<title>{% if item.get("shortener").slug %}/{{ item.get("shortener").slug }}{% else %}k6{% endif %}: {{ item.name }}</title>
<p><a class="waves-effect waves-light btn" href="/login?redirect_url={{ redirect_url }}">Log in</a> to see more details</p>
<p><a class="waves-effect waves-light btn" href="/login?redirect_url={{ redirect_url }}">Log in</a> for more details: Location, Ownership, Comments</p>
<table>
<thead>
@@ -41,7 +41,7 @@
</tbody>
</table>
<p><a class="waves-effect waves-light btn" href="/login?redirect_url={{ redirect_url }}">Log in</a> to see more details</p>
<p><a class="waves-effect waves-light btn" href="/login?redirect_url={{ redirect_url }}">Log in</a> for more details: Location, Ownership, Comments</p>
<h3>Photo</h3>
{% if item.has_photo %}