Merge pull request 'Fix umami event' (#18) from dev into main
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is passing

Reviewed-on: #18
This commit is contained in:
Jannis Portmann 2023-09-15 12:09:54 +02:00
commit df2713f051

View file

@ -9,8 +9,6 @@
{{ form|crispy }}
<button type="submit"
class="btn btn-pfl"
{% if umami_event %}data-umami-event-id="{{ umami_event }}"{% endif %}>
{{ button_label }}
</button>
{% if umami_event %}data-umami-event="{{ umami_event }}"{% endif %}>{{ button_label }}</button>
</form>
{% endblock %}