New view for edit user

This commit is contained in:
James Cole
2016-12-09 07:08:20 +01:00
parent 97e6afe3dc
commit 052957bbd0
2 changed files with 38 additions and 6 deletions

View File

@@ -0,0 +1,14 @@
{% extends "./layout/default" %}
{% block breadcrumbs %}
{{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName, user) }}
{% endblock %}
{% block content %}
<div class="row">
<div class="col-lg-12">
<p>
This page is empty.
</p>
</div>
</div>
{% endblock %}