Skip to content

Commit

Permalink
Merge pull request #1066 from texastribune/redirect-blast-promo
Browse files Browse the repository at this point in the history
redirecting /blast-promo to /blastform
  • Loading branch information
matthewdylan committed May 17, 2023
2 parents 1c2c3f0 + 219a46d commit 549e874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def chunks(lst, n):


@app.route("/blast-vip")
# @app.route("/blast-promo")
@app.route("/blast-promo")
def the_blastvip_form():
return redirect("/blastform", code=302)

Expand Down Expand Up @@ -553,7 +553,7 @@ def business_form():
)


@app.route("/blast-promo")
# @app.route("/blast-promo")
def the_blast_promo_form():
bundles = get_bundles("old")
form = BlastPromoForm()
Expand Down

0 comments on commit 549e874

Please sign in to comment.