Use url_for for all static paths

This commit is contained in:
richard-dds
2019-11-12 12:53:17 -05:00
committed by dandds
parent 436cbcffe4
commit 7ace430dee
7 changed files with 8 additions and 6 deletions

View File

@@ -132,6 +132,6 @@
<p>Heres an example:<br>
Application A has a development environment, production environment, and sandbox environment. The cloud resources in the development environment are grouped and accessed separately from the production environment and sandbox environment.</p>
<img src='/static/img/at-at_faqs_content.svg' alt='AT-AT FAQs Content'>
<img src='{{ url_for("static", filename="img/at-at_faqs_content.svg") }}' alt='AT-AT FAQs Content'>
{% endblock %}