binrush / thousands

Simple flask-based site
http://1000.southural.ru/
5 stars 0 forks source link

IntegrityError: duplicate key value violates unique constraint "climbs_pkey" #43

Closed binrush closed 8 years ago

binrush commented 8 years ago

When unlogger user presses "Add climb" button on summit pages, and he already has this climb, then after logging it he redirected to climb adding form. But because climb already exists, he gets error after submit.

Climb adding form shouldn't be shown if climb already exists.