Add url for card delete
This commit is contained in:
		
					parent
					
						
							
								de275c23ac
							
						
					
				
			
			
				commit
				
					
						3d50868c6a
					
				
			
		
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -42,6 +42,8 @@ urlpatterns = [ | ||||||
|         name='choice_ssh_keys'), |         name='choice_ssh_keys'), | ||||||
|     url(r'delete_ssh_key/(?P<pk>\d+)/?$', SSHKeyDeleteView.as_view(), |     url(r'delete_ssh_key/(?P<pk>\d+)/?$', SSHKeyDeleteView.as_view(), | ||||||
|         name='delete_ssh_key'), |         name='delete_ssh_key'), | ||||||
|  |     url(r'delete_card/(?P<pk>\d+)/?$', SettingsView.as_view(), | ||||||
|  |         name='delete_card'), | ||||||
|     url(r'create_ssh_key/?$', SSHKeyCreateView.as_view(), |     url(r'create_ssh_key/?$', SSHKeyCreateView.as_view(), | ||||||
|         name='create_ssh_key'), |         name='create_ssh_key'), | ||||||
|     url(r'^notifications/$', NotificationsView.as_view(), |     url(r'^notifications/$', NotificationsView.as_view(), | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue