[PLUGIN][Blog] Move to plugins, mistakenly was in components
This commit is contained in:
10
plugins/Blog/templates/blog/make_post.html.twig
Normal file
10
plugins/Blog/templates/blog/make_post.html.twig
Normal file
@@ -0,0 +1,10 @@
|
||||
{% extends 'stdgrid.html.twig' %}
|
||||
{% block title %}{% trans %}Create a blog post{% endtrans %}{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
{{ parent() }}
|
||||
<section class="frame-section frame-section-padding">
|
||||
<h1>{% trans %}Create a blog post{% endtrans %}</h1>
|
||||
{{ form(blog_entry_form) }}
|
||||
</section>
|
||||
{% endblock body %}
|
Reference in New Issue
Block a user