Skip to content
Snippets Groups Projects
Unverified Commit 9dab71c7 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Use asset-function

parent e651ad4f
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
{% extends "@core/base.twig" %} {% extends "@core/base.twig" %}
{% block postload %} {% block postload %}
<script src="/{{baseurlpath}}module.php/core/assets/js/loginuserpass.js"></script> <script src="{{ asset('js/loginuserpass.js', 'core') }}"></script>
{% endblock %} {% endblock %}
{% block content %} {% block content %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment