From: Hypolite Petovan Date: Tue, 14 Sep 2021 21:27:16 +0000 (-0400) Subject: [frio] Fix contact deletion modal URL concatenation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3068cb57885f868077bfbaad2c13ed0c4482aa11;p=friendica.git [frio] Fix contact deletion modal URL concatenation - The deletion URL now has an initial query string parameter in the form of a CSRF token --- diff --git a/view/theme/frio/templates/contact_edit.tpl b/view/theme/frio/templates/contact_edit.tpl index 91c6d26f43..7806425947 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}}