fix err
This commit is contained in:
parent
232764e7d7
commit
a63a4ad1c2
|
@ -45,7 +45,6 @@ func (renderer *Renderer) AdministrationGroupDisplay(w http.ResponseWriter, r *h
|
|||
renderer.Render("administration", w, r, files, state)
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
type BeneficiariesState struct {
|
||||
Count int `json:"count"`
|
||||
CacheId string `json:"cache_id"`
|
||||
|
@ -64,7 +63,6 @@ func (s BeneficiariesState) JSONWithLimits(a int, b int) template.JS {
|
|||
return s.JSON()
|
||||
}
|
||||
|
||||
/////////////////////////////////stats
|
||||
func (renderer *Renderer) AdminStatBeneficaires(w http.ResponseWriter, r *http.Request, Beneficiaries []mobilityaccountsstorage.Account, cacheid string) {
|
||||
files := renderer.ThemeConfig.GetStringSlice("views.administration.beneficaires_list.files")
|
||||
|
||||
|
|
Loading…
Reference in New Issue