diff options
Diffstat (limited to 'res')
| -rw-r--r-- | res/local/template/fragment/by-domain/default.rhizi.net/login__header.html | 3 | ||||
| -rw-r--r-- | res/templates/login.html | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/res/local/template/fragment/by-domain/default.rhizi.net/login__header.html b/res/local/template/fragment/by-domain/default.rhizi.net/login__header.html new file mode 100644 index 00000000..446a701a --- /dev/null +++ b/res/local/template/fragment/by-domain/default.rhizi.net/login__header.html @@ -0,0 +1,3 @@ +<p class="login-text">Lorem ipsum dolor sit amet</p> +<p class="login-text">consectetur adipiscing elit</p> +<p class="login-text">sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</p> diff --git a/res/templates/login.html b/res/templates/login.html index 4c320cf9..14b6b759 100644 --- a/res/templates/login.html +++ b/res/templates/login.html @@ -28,9 +28,7 @@ body { <h1 class="login-header">Welcome to Rhizi</h1> </div> <div class="login-view-section" id="login-view-section_intro-text"> - <p class="login-text"><em>Directly interact with knowledge graphs.</em></p> - <p class="login-text">Use Rhizi to Share the skills, interests and project you participate in.</p> - <p class="login-text">The resulting interactome allows the entire CRI to better collaborate with AIV students</p> + {% include "fragment/login__header.html" %} </div> <div class="login-view-section login-form"> <div id="login-form"> |
