Skip to content

Commit

Permalink
Remove redundant load static from template
Browse files Browse the repository at this point in the history
  • Loading branch information
jimfenton committed Aug 4, 2023
1 parent 30fdc5d commit d243b1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ietf/templates/doc/state_help.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin static ietf_filters textfilters %}
{% load static %}
{% block title %}{{ title }}{% endblock %}
{% block pagehead %}
<link rel="stylesheet" href="{% static "ietf/css/list.css" %}">
Expand Down

0 comments on commit d243b1f

Please sign in to comment.