diff options
| -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"> |
