Skip to content

Commit

Permalink
Issue #1834 - Fix templates.js reference in HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Stuff committed Apr 16, 2018
1 parent 2e32352 commit 3d5a0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webcompat/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<script src="{{ url_for('static', filename='js/lib/flash-message.js') }}"></script>
<script src="{{ url_for('static', filename='js/lib/homepage.js') }}"></script>
<script src="{{ url_for('static', filename='js/lib/bugform.js') }}"></script>
<script src="{{ url_for('static', filename='js/templates.js') }}"></script>
<script src="{{ url_for('static', filename='js/dist/templates.js') }}"></script>
{%- if config['LOCALHOST'] -%}
<script src="{{ url_for('get_test_helper',
filename='functional/lib/window-helpers.js') }}"></script>
Expand Down

0 comments on commit 3d5a0fd

Please sign in to comment.