Преглед изворни кода

Fix deployment on non Debian systems. Closes #570

See ticket #570
Gregory Shulov пре 5 година
родитељ
комит
34c720fcac
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      roles/netbootxyz/templates/index.html.j2

+ 1 - 1
roles/netbootxyz/templates/index.html.j2

@@ -24,7 +24,7 @@ exit
   </style>
   <body>
   <div style="font-family: monospace, fixed; font-weight: bold;">
-  {% if index_title is defined %}
+  {% if index_title.stdout is defined %}
   {{ index_title.stdout }}
   {% else %}
   <h1>{{ site_name }}</h1>