Added quick mention, improved create experience

This commit is contained in:
Yusur 2019-10-10 14:22:06 +02:00
parent bd188a02bc
commit 528e9e2c1c
4 changed files with 6 additions and 4 deletions

1
app.py
View file

@ -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/')