0.1.1 fix css, add buttons
This commit is contained in:
5
templates/blocks/block_elements/be_button.html
Normal file
5
templates/blocks/block_elements/be_button.html
Normal 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 %}
|
||||
Reference in New Issue
Block a user