12 lines
279 B
HTML
12 lines
279 B
HTML
{% extends "workspaces/base.html" %}
|
|
|
|
{% from "components/alert.html" import Alert %}
|
|
{% from "components/icon.html" import Icon %}
|
|
|
|
{% block workspace_content %}
|
|
|
|
{% set modalName = "updateProjectConfirmation" %}
|
|
{% include "fragments/edit_project_form.html" %}
|
|
|
|
{% endblock %}
|