diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-04-05 15:40:56 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-05 15:40:56 +0300 |
| commit | 16c139887d50962798ae0b9422fbdf26f9230264 (patch) | |
| tree | 7ecc7f466fd616f721880136615cbc876ac10ad5 /res/templates/login.html | |
| parent | a16dea8dd45f54240d44bdade242d278da5b7fa0 (diff) | |
introducing template fragments
Diffstat (limited to 'res/templates/login.html')
| -rw-r--r-- | res/templates/login.html | 4 |
1 files changed, 1 insertions, 3 deletions
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"> |
