remove test page
This commit is contained in:
parent
1d313233a6
commit
cf4b642461
3 changed files with 0 additions and 24 deletions
|
|
@ -69,16 +69,3 @@ def register_user():
|
|||
flash('Succesfully Registered!')
|
||||
return redirect(url_for('main.homepage'))
|
||||
return render_template('register_user.html', form=form)
|
||||
|
||||
@users.route('/test')
|
||||
def testing_route():
|
||||
user = User.query.filter_by(id=1).first()
|
||||
donation = Donation.query.filter_by(id=1).first()
|
||||
campaign = Campaign.query.filter_by(id=1).first()
|
||||
|
||||
print(campaign)
|
||||
|
||||
return render_template('test.html',
|
||||
user=user,
|
||||
donation=donation,
|
||||
campaign=campaign)
|
||||
Loading…
Add table
Add a link
Reference in a new issue