Yoginth пре 7 година
родитељ
комит
5ec506ee90
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      routes/admin/allusers.go
  2. 1 1
      templates/admin/allusers.tmpl

+ 1 - 1
routes/admin/allusers.go

@@ -13,7 +13,7 @@ import (
 )
 
 const (
-	// UsersListTPL list page template
+	// AllUsersTPL list page template
 	AllUsersTPL = "admin/allusers"
 )
 

+ 1 - 1
templates/admin/allusers.tmpl

@@ -10,4 +10,4 @@
         height: 40px;
         float: left;
     }
-</style>
+</style>