6 lines
180 B
HTML
6 lines
180 B
HTML
{% if liked %}
|
||
<button class="btn" type="submit">★ В избранном</button>
|
||
{% else %}
|
||
<button class="btn" type="submit">☆ В избранное</button>
|
||
{% endif %}
|