# HG changeset patch # User veltr # Date 1354702818 -3600 # Node ID 40104d4cec708bd92520a4412aae5ab894fafe84 # Parent 3034776c1f3500b0595bdf0e4252af8ba2166c2a Oops, I had left a local workaround... Sorry diff -r 3034776c1f35 -r 40104d4cec70 src/hashcut/templates/mashup_edit.html --- a/src/hashcut/templates/mashup_edit.html Wed Dec 05 11:17:58 2012 +0100 +++ b/src/hashcut/templates/mashup_edit.html Wed Dec 05 11:20:18 2012 +0100 @@ -35,7 +35,7 @@ creator: "{{user.username}}", csrf_token: "{{csrf_token}}", filter: { - tags__icontains: "Hashcut"//"{{branding}}" + tags__icontains: "{{branding}}" } }); $(".change-account").remove();