Skip to content

Commit

Permalink
Update the base template
Browse files Browse the repository at this point in the history
  • Loading branch information
danniel committed Dec 17, 2024
1 parent ac49385 commit 834fa47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/templates/v2/redirect/base.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{% load django_vite %}
{% load static %}

<!DOCTYPE html>
<html class="no-js" lang="{{ language }}">
<head>
{% vite_hmr_client %}
<base href="{{ base_url }}">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
Expand Down

0 comments on commit 834fa47

Please sign in to comment.