Move template around

This commit is contained in:
James Cole
2017-02-23 07:02:28 +01:00
parent 1ac3f7af3b
commit b3df1f3d26
4 changed files with 13 additions and 9 deletions

View File

@@ -35,7 +35,7 @@
</div>
</div>
{% else %}
{% include 'empty.accounts' with {what: what} %}
{% include 'partials.empty' with {what: what, type: 'accounts',route: route('accounts.create', [what])} %}
{% endif %}
{% endblock %}