Browse Source

Changed referenced template file name

Wirecog 6 years ago
parent
commit
66f70b5274
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      handlers/index.go

+ 1
- 1
handlers/index.go View File

@@ -8,5 +8,5 @@ import (
8 8
 )
9 9
 
10 10
 func IndexHandler(w http.ResponseWriter, r *http.Request) {
11
-	view.RenderTemplate(w, os.Getenv("ISOGO_APP_ROOT")+"/templates/index.html", nil)
11
+	view.RenderTemplate(w, os.Getenv("ISOGO_APP_ROOT")+"/templates/index.tmpl", nil)
12 12
 }