diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/config-example.yml | 2 | ||||
| -rw-r--r-- | app/dispatch/templates/dispatch/login.html | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app/config-example.yml b/app/config-example.yml index 958d2d0..bae3923 100644 --- a/app/config-example.yml +++ b/app/config-example.yml @@ -52,7 +52,7 @@ DEFAULT_FROM_EMAIL: webmaster@localhost TEMPLATE_VARS: app_name: Subcontractor Invoicing System Demo - login_blurb: Here's an example blurb above the sign-in box + login_blurb: Here's an example blurb above the sign-in box. This can be changed according to your needs. login_info: ' <p class="flow-text"> Welcome to a demo Subcontractor Invoicing system. diff --git a/app/dispatch/templates/dispatch/login.html b/app/dispatch/templates/dispatch/login.html index b3df716..2b5d48b 100644 --- a/app/dispatch/templates/dispatch/login.html +++ b/app/dispatch/templates/dispatch/login.html @@ -5,12 +5,12 @@ <br /> <div class="row"> {% if template_vars.login_info %} - <div class="col s6"> + <div class="col s12 m6"> {% autoescape off %}{{template_vars.login_info}}{% endautoescape %} </div> - <div class="col s6"> + <div class="col s12 m6"> {% else %} - <div class="col s12"> + <div class="col s12 m8 offset-m2"> {% endif %} {% if template_vars.login_blurb %} {% autoescape off %} |
