Skip to content

Commit

Permalink
removed dispatch tags
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelmdLow committed Aug 17, 2023
1 parent 2aed58f commit 20c6743
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion article/templates/article/article_page_visual_essay.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{% extends 'article/article_page.html' %}
{% load static %}
{% load dispatch_tags %}
{% load wagtailimages_tags %}

{% block head_scripts %}
Expand Down
1 change: 0 additions & 1 deletion ubyssey/templates/advertise/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% load static %}
{% load dispatch_tags %}
<!DOCTYPE html>
<html>
<head>
Expand Down
1 change: 0 additions & 1 deletion ubyssey/templates/article/food-insecurity.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% load static %}
{% load dispatch_tags %}
<!DOCTYPE html>
<html>
<head>
Expand Down
1 change: 0 additions & 1 deletion ubyssey/templates/article/isolation-first-article.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{% extends 'article/default.html' %}
{% load static %}
{% load dispatch_tags %}

{% block stylesheet %}
<link rel="stylesheet" href="{% static 'ubyssey/css/isolation.css' %}" type="text/css"/>
Expand Down
1 change: 0 additions & 1 deletion ubyssey/templates/article/isolation-last-article.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{% extends 'article/default.html' %}
{% load static %}
{% load dispatch_tags %}

{% block stylesheet %}
<link rel="stylesheet" href="{% static 'ubyssey/css/isolation.css' %}" type="text/css"/>
Expand Down
1 change: 0 additions & 1 deletion ubyssey/templates/article/isolation.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{% extends 'article/default.html' %}
{% load static %}
{% load dispatch_tags %}

{% block stylesheet %}
<link rel="stylesheet" href="{% static 'ubyssey/css/isolation.css' %}" type="text/css"/>
Expand Down
1 change: 0 additions & 1 deletion ubyssey/templates/article/magazine-poem.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% extends 'magazine/base.html' %}
{% load dispatch_tags %}

{% block css %}
{% load static %}
Expand Down

0 comments on commit 20c6743

Please sign in to comment.