From c6564b3d168fdaa7813aa9ce442f35fd8a89d562 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Mon, 23 Sep 2019 10:31:38 -0400 Subject: [PATCH] Shorten invite-instructions.tmpl filename --- invites.go | 2 +- templates/user/{invite-instructions.tmpl => invite-help.tmpl} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename templates/user/{invite-instructions.tmpl => invite-help.tmpl} (97%) diff --git a/invites.go b/invites.go index 2320906..3e19d7e 100644 --- a/invites.go +++ b/invites.go @@ -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 } diff --git a/templates/user/invite-instructions.tmpl b/templates/user/invite-help.tmpl similarity index 97% rename from templates/user/invite-instructions.tmpl rename to templates/user/invite-help.tmpl index e31e778..978cfad 100644 --- a/templates/user/invite-instructions.tmpl +++ b/templates/user/invite-help.tmpl @@ -1,4 +1,4 @@ -{{define "invite-instructions"}} +{{define "invite-help"}} {{template "header" .}}