You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not the case that you can load arbitrary files on the filesystem, they need to be accessible by Django's template loader. However, you can load any template your app can load, even if it's not part of the pattern library. This will be resolved by a754cee (#83).
@bcdickinson based on your comment at #83 (comment) it looks like the #83 which contains the commit that would fix this is relatively far from being merge-able. Do you think this commit could be cherry-picked as a standalone PR? I think it would be nice to fix this issue sooner rather than later.
In GitLab by @bcdickinson on Nov 30, 2019, 12:52
Steps to reproduce (using the test app and
./runserver.sh
:tests/templates/secure/fail.html
with the following content:./runserver.sh
This is a problem because this template is not part of the pattern library and shouldn't be exposed just because the pattern library app is enabled.
The text was updated successfully, but these errors were encountered: