Browse Source

fixed template path

Dmitri Sotnikov 12 years ago
parent
commit
e355bf5e38
1 changed files with 1 additions and 1 deletions
  1. 1 1
      luminus/hello/src/hello/views/templates/home.html

+ 1 - 1
luminus/hello/src/hello/views/templates/home.html

@@ -1,4 +1,4 @@
-{% extends "luminus_benchmark/views/templates/base.html" %}
+{% extends "hello/views/templates/base.html" %}
 
 
 {% block content %}
 {% block content %}