-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
GitHub Actions
committed
Dec 9, 2024
1 parent
3f4c78f
commit 58f27da
Showing
10 changed files
with
21 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{% extends "base.html" %} | ||
|
||
{% block content %} | ||
<h1>500</h1> | ||
<p>Uh oh! Something went wrong on our end.</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,22 @@ | ||
{% load static %} | ||
{% load django_htmx %} | ||
{% load tailwind_cli %} | ||
|
||
<!DOCTYPE html> | ||
<html lang="en" class="h-full"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
<title> | ||
|
||
{% block title %} | ||
Default | ||
{% endblock title %} | ||
|
||
</title> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
<link rel="preconnect" href="https://rsms.me" preconnect> | ||
<link rel="stylesheet" href="https://rsms.me/inter/inter.css"> | ||
|
||
{% block css %} | ||
{% endblock css %} | ||
|
||
{% tailwind_css %} | ||
<script src="https://unpkg.com/[email protected]" | ||
integrity="sha384-D1Kt99CQMDuVetoL1lrYwg5t+9QdHe7NLX/SoJYkXDFfX37iInKRy5xLSi8nO7UC" | ||
|
@@ -70,26 +65,18 @@ | |
src="https://unpkg.com/[email protected]" | ||
integrity="sha384-Rpe/8orFUm5Q1GplYBHxbuA8Az8O8C5sAoOsdbRWkqPjKFaxPgGZipj4zeHL7lxX" | ||
crossorigin="anonymous"></script> | ||
|
||
{% block javascript_head %} | ||
{% endblock javascript_head %} | ||
|
||
</head> | ||
|
||
{% block body %} | ||
<body {% if debug %}class="debug-screens"{% endif %} | ||
hx-ext="head-support, preload"> | ||
<main class="mt-16"> | ||
|
||
{% block content %} | ||
{% endblock content %} | ||
|
||
</main> | ||
|
||
{% block javascript_foot %} | ||
{% endblock javascript_foot %} | ||
|
||
</body> | ||
{% endblock body %} | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,22 @@ | ||
{% load static %} | ||
{% load django_htmx %} | ||
{% load tailwind_cli %} | ||
|
||
<!DOCTYPE html> | ||
<html lang="en" class="h-full"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
<title> | ||
|
||
{% block title %} | ||
Default | ||
{% endblock title %} | ||
|
||
</title> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
<link rel="preconnect" href="https://rsms.me" preconnect> | ||
<link rel="stylesheet" href="https://rsms.me/inter/inter.css"> | ||
|
||
{% block css %} | ||
{% endblock css %} | ||
|
||
{% tailwind_css %} | ||
<script src="https://unpkg.com/[email protected]" | ||
integrity="sha384-D1Kt99CQMDuVetoL1lrYwg5t+9QdHe7NLX/SoJYkXDFfX37iInKRy5xLSi8nO7UC" | ||
|
@@ -70,26 +65,18 @@ | |
src="https://unpkg.com/[email protected]" | ||
integrity="sha384-Rpe/8orFUm5Q1GplYBHxbuA8Az8O8C5sAoOsdbRWkqPjKFaxPgGZipj4zeHL7lxX" | ||
crossorigin="anonymous"></script> | ||
|
||
{% block javascript_head %} | ||
{% endblock javascript_head %} | ||
|
||
</head> | ||
|
||
{% block body %} | ||
<body {% if debug %}class="debug-screens"{% endif %} | ||
hx-ext="head-support, preload"> | ||
<main class="mt-16"> | ||
|
||
{% block content %} | ||
{% endblock content %} | ||
|
||
</main> | ||
|
||
{% block javascript_foot %} | ||
{% endblock javascript_foot %} | ||
|
||
</body> | ||
{% endblock body %} | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{% extends "base.html" %} | ||
|
||
{% block content %} | ||
<h1>Index</h1> | ||
<p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters