🐛 Fix unexpected exception on rendering feedback email

Looks like a bug on selmer library
This commit is contained in:
Andrey Antukh
2025-11-27 14:38:21 +01:00
parent 9998ce0bb4
commit fcbe9d92dc
3 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
From: {{profile.fullname}} <{{profile.email}}> / {{profile.id}}
Subject: {{feedback-subject}}
Type: {{feedback-type}}
{%- if feedback-error-href %}
{% if feedback-error-href %}
HREF: {{feedback-error-href}}
{% endif -%}

View File

@@ -9,7 +9,7 @@
[app.common.exceptions :as ex]
[selmer.parser :as sp]))
(sp/cache-off!)
;; (sp/cache-off!)
(defn render
[path context]