test button path fix
This commit is contained in:
@@ -10,6 +10,6 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<button onclick="window.location='{{get_url(path=url)}}'"
|
<button onclick="window.location='{{get_url(path=url)}}'"
|
||||||
class="leading-6 border-transparent flex flex-col border-2 w-full items-start rounded transition hover:first:text-gray-500 hover:border-stone-200 hover:bg-stone-100 p-2 text-left">
|
class="leading-6 border-transparent flex flex-col border-2 w-full items-start rounded transition hover:first:text-gray-500 hover:border-stone-200 hover:bg-stone-100 p-2 text-left">
|
||||||
<a href="{{url}}"> {{ body | trim_start_matches(pat="<p>") | safe}}</a>
|
<a href="{{get_url(path=url)}}"> {{ body | trim_start_matches(pat="<p>") | safe}}</a>
|
||||||
</button>
|
</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
Reference in New Issue
Block a user