Browse Source

[fix] Frappe splash image

version-14
Anand Doshi 10 years ago
parent
commit
11cfc01f98
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/templates/pages/desk.html

+ 1
- 1
frappe/templates/pages/desk.html View File

@@ -20,7 +20,7 @@
</head>
<body>
<div class="centered splash">
<img src="{{ splash_image or "public/images/splash.png" }}">
<img src="{{ splash_image or "/assets/frappe/images/splash.png" }}">
</div>
<div class="offcanvas-container">
<div class="offcanvas">


Loading…
Cancel
Save