Initial commit
This commit is contained in:
11
templates/_dashboard/node/edit.html.twig
Normal file
11
templates/_dashboard/node/edit.html.twig
Normal file
@ -0,0 +1,11 @@
|
||||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}Edit Node{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<h1>Edit Node</h1>
|
||||
|
||||
{{ include('_dashboard/node/_form.html.twig', {'button_label': 'Update'}) }}
|
||||
|
||||
{{ include('_dashboard/node/_delete_form.html.twig') }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user