-
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.
🔖 bump version 2024.1 -> 2024.2 (#26)
- Loading branch information
1 parent
9094ab2
commit 5507b9c
Showing
39 changed files
with
275 additions
and
188 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2024.1 | ||
2024.2 |
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,9 +1,9 @@ | ||
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY | ||
_commit: 5f7d998 | ||
_commit: v2024.1-32-g21072fe | ||
_src_path: . | ||
admin_email: [email protected] | ||
author_name: John Doe | ||
current_version: 2024-2-1 | ||
current_version: 2024.2.1 | ||
default_from_email: [email protected] | ||
django_version: '4.2' | ||
domain_name: default.westervelt.com | ||
|
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
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,4 +1,4 @@ | ||
from __future__ import annotations | ||
|
||
__version__ = "2024-2-1" | ||
__template_version__ = "2024.1" | ||
__version__ = "2024.2.1" | ||
__template_version__ = "2024.2" |
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
Empty file.
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,19 +1,17 @@ | ||
{% extends "base.html" %} | ||
|
||
{% block content %} | ||
<h1>404</h1> | ||
|
||
<p>Oops! The page you're looking for can't be found.</p> | ||
|
||
<p>It looks like the page you were trying to reach doesn't exist or has been moved. Don't worry, this happens to the best of us.</p> | ||
|
||
<p> | ||
It looks like the page you were trying to reach doesn't exist or has been moved. Don't worry, this happens to the best of us. | ||
</p> | ||
<p>Here are some helpful links to get you back on track:</p> | ||
|
||
<ul> | ||
<li>Homepage: [Your Website URL]</li> | ||
<li>About Us: [Your Website URL]/about-us</li> | ||
<li>Contact Us: [Your Website URL]/contact-us</li> | ||
</ul> | ||
|
||
<p>If you still can't find what you're looking for, feel free to reach out to us at [Your Support Email]. We're always here to help.</p> | ||
<p> | ||
If you still can't find what you're looking for, feel free to reach out to us at [Your Support Email]. We're always here to help. | ||
</p> | ||
{% endblock content %} |
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,19 +1,17 @@ | ||
{% extends "base.html" %} | ||
|
||
{% block content %} | ||
<h1>500</h1> | ||
|
||
<p>Uh oh! Something went wrong on our end.</p> | ||
|
||
<p>We're sorry, but there seems to have been an error while processing your request. Our team has been notified and is working to resolve the issue as quickly as possible.</p> | ||
|
||
<p> | ||
We're sorry, but there seems to have been an error while processing your request. Our team has been notified and is working to resolve the issue as quickly as possible. | ||
</p> | ||
<p>In the meantime, please try one of the following options:</p> | ||
|
||
<ul> | ||
<li>Refresh the page: Simply clicking the refresh button in your browser may resolve the issue.</li> | ||
<li>Try again later: The issue may be temporary, so please try again later.</li> | ||
<li>Contact us: If the problem persists, please contact us at [Your Support Email]. Our team will be more than happy to assist you.</li> | ||
<li> | ||
Contact us: If the problem persists, please contact us at [Your Support Email]. Our team will be more than happy to assist you. | ||
</li> | ||
</ul> | ||
|
||
<p>We apologize for the inconvenience and appreciate your patience as we work to resolve this issue.</p> | ||
{% endblock content %} |
Oops, something went wrong.