Edit

kmx.io/kmxgit/lib/kmxgit_web/templates/admin/organisation/edit.html.heex

Branch :

  • lib/kmxgit_web/templates/admin/organisation/edit.html.heex
  • <div class="container-fluid">
      <h1><%= gettext("Edit organisation %{organisation}", organisation: @org.name || @org.slug_) %></h1>
    
      <%= render("form.html", assigns) %>
    </div>