Skip to content

Commit

Permalink
com
Browse files Browse the repository at this point in the history
  • Loading branch information
Progpr committed Dec 28, 2023
1 parent 670542e commit 2f39d27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import os
from flask import Flask, render_template, url_for
from cs50 import SQL
# from cs50 import SQL

app = Flask(__name__)

@app.route("/")
def main():
return render_template("main.html")

@app.route("/wwz")
def register():
return
# @app.route("/wwz")
# def register():
# return

2 changes: 1 addition & 1 deletion templates/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
</section>
<p class="m-0 event-card-text text-white"> Time Crunch . Strategy . Tech</p>
<div style="text-align: center;">
<button><p class="register">Register Now</p></button>
<a href="https://docs.google.com/forms/d/1-K-7lmUBnZnKN9bzyszp-3KaRivyYJd9PbFZUwd03q4/viewform?edit_requested=true"><p class="register">Register Now</p></a>
</div>
</div>
</div>
Expand Down

0 comments on commit 2f39d27

Please sign in to comment.