Skip to content

Commit

Permalink
[static]Fixed url typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrocha committed Sep 3, 2024
1 parent f59e6fb commit 2f6296a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions templates/survey/chart.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

{% block bootstrap4_extra_head %}
{{ block.super }}
<link rel="stylesheet" type="text/css" href="{% static "survey/css/survey-index.css" %}" />
<script type="text/javascript" src="{% static "survey/js/survey-index.js" %}"></script>
<link rel="stylesheet" type="text/css" href="{% static 'survey/css/survey-index.css' %}" />
<script type="text/javascript" src="{% static 'survey/js/survey-index.js' %}"></script>
{% endblock %}

{% block content %}
Expand Down
4 changes: 2 additions & 2 deletions templates/survey/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

{% block bootstrap4_extra_head %}
{{ block.super }}
<link rel="stylesheet" type="text/css" href="{% static "survey/css/survey-index.css" %}" />
<script type="text/javascript" src="{% static "survey/js/survey-index.js" %}"></script>
<link rel="stylesheet" type="text/css" href="{% static 'survey/css/survey-index.css' %}" />
<script type="text/javascript" src="{% static 'survey/js/survey-index.js' %}"></script>
{% endblock %}

{% block content %}
Expand Down
4 changes: 2 additions & 2 deletions templates/surveyliege/survey/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

{% block bootstrap4_extra_head %}
{{ block.super }}
<link rel="stylesheet" type="text/css" href="{% static " survey/css/survey-index.css" %}" />
<script type="text/javascript" src="{% static " survey/js/survey-index.js" %}"></script>
<link rel="stylesheet" type="text/css" href="{% static 'survey/css/survey-index.css' %}" />
<script type="text/javascript" src="{% static 'survey/js/survey-index.js' %}"></script>
{% endblock %}

{% block content %}
Expand Down
4 changes: 2 additions & 2 deletions templates/surveylouvain/survey/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

{% block bootstrap4_extra_head %}
{{ block.super }}
<link rel="stylesheet" type="text/css" href="{% static " survey/css/survey-index.css" %}" />
<script type="text/javascript" src="{% static " survey/js/survey-index.js" %}"></script>
<link rel="stylesheet" type="text/css" href="{% static 'survey/css/survey-index.css' %}" />
<script type="text/javascript" src="{% static 'survey/js/survey-index.js' %}"></script>
{% endblock %}

{% block content %}
Expand Down

0 comments on commit 2f6296a

Please sign in to comment.