From 3068cb57885f868077bfbaad2c13ed0c4482aa11 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Tue, 14 Sep 2021 17:27:16 -0400 Subject: [PATCH] [frio] Fix contact deletion modal URL concatenation - The deletion URL now has an initial query string parameter in the form of a CSRF token --- view/theme/frio/templates/contact_edit.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/templates/contact_edit.tpl b/view/theme/frio/templates/contact_edit.tpl index 91c6d26f4..780642594 100644 --- a/view/theme/frio/templates/contact_edit.tpl +++ b/view/theme/frio/templates/contact_edit.tpl @@ -27,7 +27,7 @@ {{/if}}
  • {{$contact_actions.block.label}}
  • {{$contact_actions.ignore.label}}
  • - {{if $contact_actions.delete.url}}
  • {{/if}} + {{if $contact_actions.delete.url}}
  • {{/if}}