diff --git a/lib/frenzy_web/templates/group/new.html.eex b/lib/frenzy_web/templates/group/new.html.eex index 2ff505b..ccc2fa4 100644 --- a/lib/frenzy_web/templates/group/new.html.eex +++ b/lib/frenzy_web/templates/group/new.html.eex @@ -1,3 +1,5 @@ +

New Group

+ <%= form_for @changeset, Routes.group_path(@conn, :create), fn form -> %>
@@ -10,4 +12,4 @@ <%= submit "Create Group", class: "btn btn-primary" %>
-<% end %> \ No newline at end of file +<% end %>