From cc689a7e3942c749ae6ac988d74beac0105c7bcd Mon Sep 17 00:00:00 2001 From: dandds Date: Wed, 21 Aug 2019 13:02:28 -0400 Subject: [PATCH] Fix Vue bug in CCPO new user confirmation. The submit button for the page contained a Vue directive, but the button is not nested in an appropriate Vue component. The directive and associated behavior are unnecessary in this case, so I removed the directive. --- templates/ccpo/confirm_user.html | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/ccpo/confirm_user.html b/templates/ccpo/confirm_user.html index 4d054240..dfe30bca 100644 --- a/templates/ccpo/confirm_user.html +++ b/templates/ccpo/confirm_user.html @@ -22,7 +22,6 @@