Skip to content

Commit

Permalink
Remove unused loading of crispy_forms_tags in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Nov 13, 2024
1 parent 66343c8 commit 5def4fd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion python/nav/web/templates/auditlog/base.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% extends "base.html" %}
{% load crispy_forms_tags %}
{% load tools %}

{% block base_header_additional_head %}
Expand Down
1 change: 0 additions & 1 deletion python/nav/web/templates/info/location/upload.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% extends "info/location/base.html" %}
{% load crispy_forms_tags %}

{% block base_header_additional_head %}
<link href="{{ STATIC_URL }}css/nav/info_room.css" rel="stylesheet">
Expand Down
1 change: 0 additions & 1 deletion python/nav/web/templates/info/room/upload.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% extends "info/room/base.html" %}
{% load crispy_forms_tags %}

{% block base_header_additional_head %}
<link href="{{ STATIC_URL }}css/nav/info_room.css" rel="stylesheet">
Expand Down
1 change: 0 additions & 1 deletion python/nav/web/templates/webfront/login.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{% load crispy_forms_tags %}
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html>
Expand Down

0 comments on commit 5def4fd

Please sign in to comment.