Skip to content

Commit

Permalink
fix img path
Browse files Browse the repository at this point in the history
  • Loading branch information
cDataPusher committed Apr 2, 2024
1 parent f3fc48a commit 298ce38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/kurse.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% endblock description %}
{% block header %}
<!-- Page Header -->
<header class="masthead" style="background-image: url('{{ get_url(path="/img/kurse/kurse_bg.jpg")}}')">
<header class="masthead" style="background-image: url('{{ get_url(path="/img/kurse/kurse_bg.jpeg")}}')">
<div class="overlay">
</div>
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion templates/kurse/akupressur_kurs.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

{% block header %}
<!-- Page Header -->
<header class="masthead" style="background-image: url('{{ get_url(path="/img/kurse/akupressur_kurs_bg.jpg")}}')">
<header class="masthead" style="background-image: url('{{ get_url(path="/img/kurse/akupressur_kurs_bg.jpeg")}}')">
<div class="overlay">
</div>
<div class="container">
Expand Down

0 comments on commit 298ce38

Please sign in to comment.