Files @ 42892ea3c849
Branch filter:

Location: symposion_app/pinaxcon/templates/cms_pages/home_page_blocks/external_link.html

Christopher Neugebauer
Fixes payment behaviour.
1
2
3
<a href="{{ value.url }}" title="{{ value.alt }}" class="btn-svg">
  {% include "cms_pages/home_page_blocks/btn_svg.html" with link=value %}
</a>