0.1.1 fix css, add buttons

This commit is contained in:
SDE
2023-12-08 15:07:01 +03:00
parent 4ff18ef599
commit 8ebf90b79f
5 changed files with 35 additions and 14 deletions

View File

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