mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 04:19:25 +00:00
Add profile form in matmat
This commit is contained in:
@ -34,5 +34,6 @@ urlpatterns = [
|
||||
url(r'^(?P<user_id>[0-9]+)/new_comment$', MatmatCommentCreateView.as_view(), name='new_comment'),
|
||||
url(r'^comment/(?P<comment_id>[0-9]+)/edit$', MatmatCommentEditView.as_view(), name='edit_comment'),
|
||||
url(r'^tools$', UserMatmatToolsView.as_view(), name='user_tools'),
|
||||
url(r'^profile$', UserMatmatEditProfileView.as_view(), name='profile'),
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user