Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Take over support of WCI-Walks #26

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# WCI Walks
![Build Status](https://travis-ci.com/WCI-Computer-Science/WCI-Walks.svg?branch=main "Build Status")

This project will no longer be supported on July 2nd, 2023.
This project will no longer be supported on July 2nd, 2030.

This project is currently maintained by **[@scott-22](https://github.com/scott-22)** and **[@awenelo](https://github.com/awenelo)**.
This project is currently maintained by **[@octocat](https://github.com/octocat)** and **[@awenelo](https://github.com/awenelo)**.

To take over support of this project please:
1. Fork this GitHub repository
Expand Down
2 changes: 1 addition & 1 deletion application/templates/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>Contact Us</h1>
or DM us on Instagram @wci_computer_science.
{% if current_user is defined and current_user.is_authenticated and current_user.is_admin() %}
<br />
If you need urgently help with something related to admin powers, please contact <a href="mailto:[email protected],[email protected]?subject=WCI%20Walks%20admin%20help" target="_blank">Tristan and Scott</a> directly.
If you need urgently help with something related to admin powers, please contact <a href="mailto:[email protected],[email protected]?subject=WCI%20Walks%20admin%20help" target="_blank">Tristan and The Octocat</a> directly.
{% endif %}
</p>
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
DB = ""
DONT_LOAD_DB = True

EOS_DATE = datetime(2023, 7, 1)
EOS_DATE = datetime(2030, 1, 1)

GOOGLE_DISCOVERY_URL = "https://accounts.google.com/.well-known/openid-configuration"
OAUTH_SCOPES = [
Expand Down