This commit is contained in:
SBD
2023-12-08 15:27:02 +03:00
parent e336ed38aa
commit 3a68b0531a
2 changed files with 16 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
{% if widget.but_title %}
<a href="{{ widget.url }}" style="border: {{ widget.but_color }} solid 2px; color: {{ widget.but_color }};">
<a href="{{ widget.url }}" style="border: {{ widget.but_color }} solid 2px; color: {{ widget.but_color }};text-decoration: none;">
{{ widget.but_title }}
</a>
{% endif %}