fix url base on invite and broken getLanguages

This commit is contained in:
Harvey Tindall
2021-02-12 12:52:08 +00:00
parent 2ee0ed55f6
commit 4c653fea36
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ func (app *appContext) InviteProxy(gc *gin.Context) {
email = ""
}
gcHTML(gc, http.StatusOK, "form-loader.html", gin.H{
"urlBase": app.getURLBase,
"urlBase": app.getURLBase(gc),
"cssClass": app.cssClass,
"contactMessage": app.config.Section("ui").Key("contact_message").String(),
"helpMessage": app.config.Section("ui").Key("help_message").String(),