Skip to content

Commit

Permalink
Fix education banner
Browse files Browse the repository at this point in the history
  • Loading branch information
DeD1rk committed Nov 1, 2023
1 parent 02198da commit c8f1c3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion website/education/templates/education/base.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{% extends 'simple_page.html' %}
{% load static %}

{% block header_image_srcset %}{% static "education/image/banner.webp" %}{% endblock header_image%}
{% block header_image_container %}
<img src="{% static "education/img/banner.webp" %}" class="image"/>
{% endblock header_image_container %}
4 changes: 3 additions & 1 deletion website/education/templates/education/base_small.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{% extends 'small_page.html' %}
{% load static %}

{% block header_image_srcset %}{% static "education/img/banner.webp" %}{% endblock header_image%}
{% block header_image_container %}
<img src="{% static "education/img/banner.webp" %}" class="image"/>
{% endblock header_image_container %}

0 comments on commit c8f1c3d

Please sign in to comment.