b04rd / flask_reddit

Reddit clone in flask + python. Deployed w/ nginx + gunicorn. View site:
http://reddit.lucasou.com
MIT License
1 stars 2 forks source link

button "send message" leads to 404 error page #8

Closed telldanesaloca closed 8 years ago

telldanesaloca commented 8 years ago

untitled-1 There is a button at the user profile page (http://mipt.me/users/*username*) with the name "Send message" ("Отправить сообщение") and link "http://mipt.me/threads/frontpage/submit/". Now it leads to the 404 error page.

yl3dy commented 8 years ago

Disabled this button until private messages are implemented.