admin: Check all theme/exercice attribute are in sync with repo
This commit is contained in:
parent
5e262b75a3
commit
74f388a2b9
18 changed files with 818 additions and 142 deletions
|
@ -23,7 +23,7 @@ func NewThemeError(theme *fic.Theme, err error) *ThemeError {
|
|||
if theme == nil {
|
||||
return &ThemeError{
|
||||
error: err,
|
||||
ThemePath: StandaloneExercicesDirectory,
|
||||
ThemePath: fic.StandaloneExercicesDirectory,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue