mirror of
https://github.com/jfmcbrayer/brutaldon
synced 2024-12-22 13:26:14 +01:00
8cdefb5e90
Currently, this only works with CSRF protection turned off. Next job is to fix that.
10 lines
313 B
HTML
10 lines
313 B
HTML
{% if toot.favourited %}
|
|
<span class="fa fa-heart has-text-warning">
|
|
<strong class="is-hidden-mobile" >Favorited</strong>
|
|
{% else %}
|
|
<span class="fa fa-heart">
|
|
<span class="is-hidden-mobile" >Favorite</span>
|
|
{% endif %}
|
|
</span>
|
|
</span>
|