From 42e434351ad60e1a74094775b22a0b640cb8a030 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Fri, 30 Mar 2018 10:51:50 +0530 Subject: [PATCH] tests: Fix tests depending on language being English Signed-off-by: Joseph Nuthalapati Reviewed-by: James Valleroy --- functional_tests/features/wiki_and_blog.feature | 1 + plinth/modules/ejabberd/templates/ejabberd.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/functional_tests/features/wiki_and_blog.feature b/functional_tests/features/wiki_and_blog.feature index 57f4d5e37..fa2488217 100644 --- a/functional_tests/features/wiki_and_blog.feature +++ b/functional_tests/features/wiki_and_blog.feature @@ -32,3 +32,4 @@ Scenario: Disable wiki application Given the wiki application is enabled When I disable the wiki application Then the wiki site should not be available + \ No newline at end of file diff --git a/plinth/modules/ejabberd/templates/ejabberd.html b/plinth/modules/ejabberd/templates/ejabberd.html index 18b2b9399..0938c0a01 100644 --- a/plinth/modules/ejabberd/templates/ejabberd.html +++ b/plinth/modules/ejabberd/templates/ejabberd.html @@ -53,7 +53,7 @@

{% trans "Configuration" %}

-
+ {% csrf_token %} {{ form|bootstrap }}