mirror of
https://github.com/writeas/writefreely
synced 2025-01-05 20:47:30 +01:00
Shorten invite-instructions.tmpl filename
This commit is contained in:
parent
ddce177784
commit
c6564b3d16
@ -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 New Issue
Block a user