diff --git a/app/views/templates/admin_template.html.erb b/app/views/templates/admin_template.html.erb
index c515865..19ed6e1 100644
--- a/app/views/templates/admin_template.html.erb
+++ b/app/views/templates/admin_template.html.erb
@@ -19,7 +19,8 @@
- <% if @hash[:template][:org].funder? || current_user.org.funder? %>
+ <% if @hash[:template][:org].funder? || current_user.org.funder? ||
+ @hash[:template][:org] == current_user.org %>
<%= render partial: "templates/edit_template", locals: {template: @template, hash: @hash}%>