SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit c5c8305b authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Correct link to VGM

parent cc95aeaa
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ from . import views
urlpatterns = [
url(r'^$', views.VGMs, name='VGMs'),
url(r'^VGM/(?P<VGM_id>[0-9]+)/$', views.VGM_detail, name='VGM_detail'),
url(r'^VGM/(?P<VGM_id>[0-9]+)$', views.VGM_detail, name='VGM_detail'),
url(r'^feedback/(?P<VGM_id>[0-9]+)$', views.feedback, name='feedback'),
url(r'^add_remark_on_feedback/(?P<VGM_id>[0-9]+)/(?P<feedback_id>[0-9]+)$',
views.add_remark_on_feedback, name='add_remark_on_feedback'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment