From: Magnus Hagander Date: Mon, 29 Oct 2018 12:24:35 +0000 (+0100) Subject: Fix name of button in twitter integration test form X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=8b6a05b1db0462c1b34a8ffa5336417445618c34;p=pgeu-website.git Fix name of button in twitter integration test form --- diff --git a/template/confreg/admin_integ_twitter.html b/template/confreg/admin_integ_twitter.html index a0bb79a..1035be0 100644 --- a/template/confreg/admin_integ_twitter.html +++ b/template/confreg/admin_integ_twitter.html @@ -16,7 +16,7 @@ for example yourself.

{%csrf_token%} -{%include "confreg/admin_backend_form_content.html" with form=testform%} +{%include "confreg/admin_backend_form_content.html" with form=testform savebutton="Send test message" %}

Disable twitter integration