Skip to content

Commit

Permalink
fixes original templates
Browse files Browse the repository at this point in the history
  • Loading branch information
actlikewill committed Aug 28, 2024
1 parent d8c59dc commit aef6f1c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion malawilii/templates/liiweb/home.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{% extends "liiweb/home.html" %}
{% load i18n static %}
{% block before-content %}{% endblock %}
{% block hero-logos %}
<img src="{% static 'images/africanlii-logo.svg' %}" alt="AfricanLII"/>
<img src="{% static 'images/gju.jpg' %}" alt="GJU"/>
Expand Down
2 changes: 1 addition & 1 deletion malawilii/templates/peachjam/layouts/main.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "peachjam/layouts/main.html" %}
{% load i18n sass_tags %}
{% load sass_tags %}
{% block head-css %}
<link rel="stylesheet"
href="{% sass_src 'stylesheets/malawilii.scss' %}"
Expand Down
2 changes: 1 addition & 1 deletion tanzlii/templates/peachjam/layouts/main.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "peachjam/layouts/main.html" %}
{% load i18n sass_tags %}
{% load sass_tags %}
{% block head-css %}
<link rel="stylesheet"
href="{% sass_src 'stylesheets/tanzlii.scss' %}"
Expand Down
1 change: 0 additions & 1 deletion zambialii/templates/liiweb/home.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{% extends "liiweb/home.html" %}
{% load i18n static %}
{% block before-content %}{% endblock %}
{% block hero-logos %}
<img src="{% static 'images/africanlii-logo.svg' %}" alt="AfricanLII"/>
<img src="{% static 'images/laws-africa-logo.png' %}" alt="Laws.Africa"/>
Expand Down
2 changes: 1 addition & 1 deletion zambialii/templates/peachjam/layouts/main.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "peachjam/layouts/main.html" %}
{% load i18n sass_tags %}
{% load sass_tags %}
{% block head-css %}
<link rel="stylesheet"
href="{% sass_src 'stylesheets/zambialii.scss' %}"
Expand Down

0 comments on commit aef6f1c

Please sign in to comment.