WIP projects templates
This commit is contained in:
8
templates/workspace_project_new.html
Normal file
8
templates/workspace_project_new.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{% from "components/icon.html" import Icon %}
|
||||
|
||||
{% extends "base_workspace.html" %}
|
||||
|
||||
{% block workspace_content %}
|
||||
<h1>Add a new project</h1>
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user