Shorten invite-instructions.tmpl filename

pull/183/head
Matt Baer 5 years ago
parent ddce177784
commit c6564b3d16
  1. 2
      invites.go
  2. 2
      templates/user/invite-help.tmpl

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

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