Skip to content

Commit fb209c5

Browse files
authored
Merge branch 'mvp' into refactor-forms-jinja-partials-mvp
2 parents adb56c9 + 9a488a1 commit fb209c5

File tree

6 files changed

+787
-20
lines changed

6 files changed

+787
-20
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Before opening an issue, commenting, etc you must read and agree to the [Code of
1414
- If you are new to contributing to GitHub projects, review the [GSSoC guide](https://github.com/GSSoC24/Contributor/tree/main/gssoc-guidelines), read the [best practices](#best-practices) section below, contact Techtonica [program staff](https://techtonica.org/team/) or talk to a Techtonica mentor via Slack (in #mentors).
1515
- [Issues tagged with GSSoC](https://github.com/Techtonica/techtonica.org/issues?q=is%3Aissue%20is%3Aopen%20label%3Agssoc%20no%3Aassignee)
1616
- [Issues tagged with Only Dust Hackathon](https://github.com/Techtonica/techtonica.org/issues?q=is%3Aissue%20state%3Aopen%20no%3Aassignee%20label%3Aonlydust-wave)
17+
- [Issues tagged with ODHack14](https://github.com/Techtonica/techtonica.org/issues?q=is%3Aissue%20is%3Aopen%20label%3AODHack14%20no%3Aassignee)
1718
- [Issues tagged with Hacktoberfest](https://github.com/Techtonica/techtonica.org/issues?q=is%3Aissue%20is%3Aopen%20label%3AHacktoberfest%20no%3Aassignee)
1819
- [Issues tagged with GHC](https://github.com/Techtonica/techtonica.org/issues?q=is%3Aissue%20is%3Aopen%20label%3AGHC%20no%3Aassignee)
1920
- [Issues tagged with 100daysofcode](https://github.com/Techtonica/techtonica.org/issues?q=is%3Aissue%20state%3Aopen%20label%3A100daysofcode)

main_site.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,14 @@ def app_form_admin():
271271
return render_template("app/form-admin.html")
272272

273273

274+
@app.route("/admin/dashboard")
275+
def render_admin_dashboard_page():
276+
"""
277+
Renders the admin dashboard page from jinja2 template
278+
"""
279+
return render_template("admin_dashboard.html")
280+
281+
274282
def get_events():
275283
try:
276284
group_id = eventbrite.get_user()["id"]

static/css/style.css

Lines changed: 228 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)