File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
petition/templates/petition Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1054,6 +1054,10 @@ msgstr ""
1054
1054
msgid "Remove this member from the organization."
1055
1055
msgstr "Enlever cet utilisateur de l'organisation."
1056
1056
1057
+ #: pytition/petition/template/orga.js:82
1058
+ msgid "Unable to remove this member from the organization."
1059
+ msgstr "Impossible d'enlever cet utilisateur de l'organisation."
1060
+
1057
1061
#: pytition/petition/templates/petition/org_profile.html:5
1058
1062
#, python-format
1059
1063
msgid ""
Original file line number Diff line number Diff line change @@ -78,6 +78,8 @@ $(function () {
78
78
window . location = "{% url " user_dashboard " %}" ;
79
79
else
80
80
window . location = window . location . href ;
81
+ } ) . fail ( ( xhr , status , error ) => {
82
+ alert ( "{% trans 'Unable to remove this member from the organization.' %}" ) ;
81
83
} ) ;
82
84
} ) ;
83
85
} ) ;
You can’t perform that action at this time.
0 commit comments