Added quick mention, improved create experience
This commit is contained in:
parent
bd188a02bc
commit
528e9e2c1c
4 changed files with 6 additions and 4 deletions
1
app.py
1
app.py
|
|
@ -407,7 +407,6 @@ def create():
|
|||
file.save(UPLOAD_DIRECTORY + str(upload.id) + '.' + ext)
|
||||
flash('Your message has been posted successfully')
|
||||
return redirect(url_for('user_detail', username=user.username))
|
||||
|
||||
return render_template('create.html')
|
||||
|
||||
@app.route('/notifications/')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue