Skip to content

Commit

Permalink
Merge branch '7.0' into 7.1
Browse files Browse the repository at this point in the history
* 7.0:
  Update asset_mapper.rst
  • Loading branch information
OskarStark committed Dec 19, 2023
2 parents 011ab7b + c06f8f3 commit fa7a897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/asset_mapper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ both ``app`` and ``checkout``:
{% block importmap %}
{# do NOT call parent() #}
{{ importmap('app', 'checkout') }}
{{ importmap(['app', 'checkout']) }}
{% endblock %}
By passing both ``app`` and ``checkout``, the ``importmap()`` function will
Expand Down

0 comments on commit fa7a897

Please sign in to comment.