mirror of
https://github.com/pinry/pinry.git
synced 2025-11-14 09:05:41 +01:00
Fix CSRF bug.
This commit is contained in:
@@ -4,4 +4,5 @@ from django.conf.urls import patterns, url
|
||||
urlpatterns = patterns('pinry.pins.views',
|
||||
url(r'^$', 'recent_pins', name='recent-pins'),
|
||||
url(r'^new-pin/$', 'new_pin', name='new-pin'),
|
||||
url(r'^delete-pin/(?P<pin_id>\d*)/$', 'delete_pin', name='delete-pin'),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user