reword Log in callouts
This commit is contained in:
@@ -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 %}
|
||||
|
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user