Allow extensions to have a project settings page.

This commit is contained in:
2017-05-24 15:48:06 +02:00
parent b7bccfeee3
commit 2ba52e2467
3 changed files with 35 additions and 1 deletions

View File

@@ -65,7 +65,12 @@
a(href="{{ url_for('projects.edit_node_types', project_url=project.url) }}")
i.pi-puzzle
| Node Types
| {% for ext in ext_pages %}
li(class="{% if title == ext.name %}active{% endif %}")
a(href="{{ url_for('projects.edit_extension', project_url=project.url, extension_name=ext.name) }}")
i(class="pi-{{ext.icon}}")
| {{ext.name | title}}
| {% endfor %}
.project_split(title="Toggle Navigation [T]")
#project_context-container