diff --git a/digitalglarus/templates/digitalglarus/booking_payment.html b/digitalglarus/templates/digitalglarus/booking_payment.html index e4fb572c..79bf3038 100644 --- a/digitalglarus/templates/digitalglarus/booking_payment.html +++ b/digitalglarus/templates/digitalglarus/booking_payment.html @@ -261,6 +261,8 @@ + + diff --git a/digitalglarus/templates/digitalglarus/login.html b/digitalglarus/templates/digitalglarus/login.html index 58723ca7..6e962ee4 100644 --- a/digitalglarus/templates/digitalglarus/login.html +++ b/digitalglarus/templates/digitalglarus/login.html @@ -64,7 +64,7 @@

{{form.non_field_errors|striptags}}

By logging in you agree to ourTerms of Service.

-

By logging in you agree to ourTerms of Service.

+

By logging in you agree to ourTerms of Service.

@@ -249,6 +249,149 @@ + + + + + + + + + + + + + + + diff --git a/dynamicweb/settings/base.py b/dynamicweb/settings/base.py index 7d1de32c..0bb142ab 100644 --- a/dynamicweb/settings/base.py +++ b/dynamicweb/settings/base.py @@ -182,7 +182,9 @@ CMS_TEMPLATES = ( DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql_psycopg2', - 'NAME': 'app' + 'NAME': 'app', + 'USER': 'app', + 'HOST': 'db' } }