Shorten invite-instructions.tmpl filename

This commit is contained in:
Matt Baer 2019-09-23 10:31:38 -04:00
parent ddce177784
commit c6564b3d16
2 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ func handleViewInvite(app *App, w http.ResponseWriter, r *http.Request) error {
Invite: i,
Expired: expired,
}
showUserPage(w, "invite-instructions", p)
showUserPage(w, "invite-help", p)
return nil
}

View File

@ -1,4 +1,4 @@
{{define "invite-instructions"}}
{{define "invite-help"}}
{{template "header" .}}
<style>
.copy-link {