소스 검색

fixed template path

Dmitri Sotnikov 12 년 전
부모
커밋
e355bf5e38
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 %}