diff --git a/payments/templates/pages/gcalendar-success.html b/payments/templates/pages/gcalendar-success.html new file mode 100644 index 0000000..b6d2230 --- /dev/null +++ b/payments/templates/pages/gcalendar-success.html @@ -0,0 +1,20 @@ +{% extends "templates/web.html" %} + +{% block title %}{{ _("Connection Success") }}{% endblock %} + +{%- block page_content -%} +
+
+ + {{ _("Success") }} +
+

{{ _("Your connection request to Google Calendar was successfully accepted") }}

+
+ {{ _("Back to Desk") }}
+
+ +{% endblock %}