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"> <div class="container">
{% include "inventory_filter.html" %} {% 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> <table>
<thead> <thead>
<tr> <tr>
@@ -29,6 +29,6 @@
</tbody> </tbody>
</table> </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> </div>
{% endblock %} {% endblock %}

View File

@@ -3,7 +3,7 @@
<div class="container"> <div class="container">
<title>{% if item.get("shortener").slug %}/{{ item.get("shortener").slug }}{% else %}k6{% endif %}: {{ item.name }}</title> <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> <table>
<thead> <thead>
@@ -41,7 +41,7 @@
</tbody> </tbody>
</table> </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> <h3>Photo</h3>
{% if item.has_photo %} {% if item.has_photo %}