Skip to content
Snippets Groups Projects
Verified Commit e2edf3f0 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix syntax

parent 6645bcfe
No related branches found
No related tags found
No related merge requests found
...@@ -85,9 +85,10 @@ ...@@ -85,9 +85,10 @@
{% block template_content_footer %} {% block template_content_footer %}
<button type="button" class="btn btn-default btn-lg"> {% for item in buttons %}
{% set button = item.split('|') %} <button type="button" class="btn btn-default btn-lg">
<a href="{{ button[0] }}">{{ button[1] }}</a> {% set button = item.split('|') %}
</button> <a href="{{ button[0] }}">{{ button[1] }}</a>
</button>
{% endfor %}
{% endblock %} {% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment