Skip to content

Commit

Permalink
Relint according to recent djlint updates
Browse files Browse the repository at this point in the history
  • Loading branch information
amureki committed Apr 17, 2023
1 parent 1227fe0 commit 8088a8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions emark/templates/emark/base.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{% load i18n %}
<!doctype html>
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>{{ subject }}</title>
{% block styles %}
<style>{% include "emark/styles.css" %}</style>
Expand Down

0 comments on commit 8088a8d

Please sign in to comment.