diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-03 20:38:24 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-05 19:04:32 +0300 |
| commit | 969b01b4282c10fe27f0bd23a46e2635939cfb27 (patch) | |
| tree | cfec07fa603a17eb18c3ab54aef0ba5d866db2c3 | |
| parent | 9d55f2cb1df94175829c155308bdb01ecaebc002 (diff) | |
login.html: adjust to fragment.d
| -rw-r--r-- | res/template.d/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/template.d/login.html b/res/template.d/login.html index b3e4cfd0..73492ea2 100644 --- a/res/template.d/login.html +++ b/res/template.d/login.html @@ -28,7 +28,7 @@ body { <h1 class="login-header">Welcome to Rhizi</h1> </div> <div class="login-view-section" id="login-view-section_intro-text"> - {% include "fragment/login__header.html" %} + {% include "login__header.html" %} </div> <div class="login-view-section login-form"> <div id="login-form"> |
