Edit

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

Branch :

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