From 93ddde599d592c85be3e3be6317d5d32224514e5 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Mon, 29 Oct 2018 15:28:55 -0400 Subject: [PATCH] use the existing template filter --- templates/workspaces/members/edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/workspaces/members/edit.html b/templates/workspaces/members/edit.html index cb6f1b86..2c4410c3 100644 --- a/templates/workspaces/members/edit.html +++ b/templates/workspaces/members/edit.html @@ -53,7 +53,7 @@ {% for project in projects %} - {% set revoke_modal_name = string(project.id) + 'RevokeModal' %} + {% set revoke_modal_name = (project.id|string) + 'RevokeModal' %}