mirror of
https://github.com/writefreely/writefreely
synced 2024-11-10 11:24:13 +00:00
Shorten invite-instructions.tmpl filename
This commit is contained in:
parent
ddce177784
commit
c6564b3d16
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{{define "invite-instructions"}}
|
||||
{{define "invite-help"}}
|
||||
{{template "header" .}}
|
||||
<style>
|
||||
.copy-link {
|
Loading…
Reference in a new issue