dpp for proofs

This commit is contained in:
Cayo Puigdefabregas 2024-11-28 17:22:42 +01:00
parent 16a3a870be
commit 351c62b45d

View file

@ -1,7 +1,7 @@
from django.urls import path from django.urls import path
from dpp import views from dpp import views
app_name = 'dpp' app_name = 'proofs'
urlpatterns = [ urlpatterns = [
path("<int:proof_id>/", views.ProofView.as_view(), name="proof"), path("<int:proof_id>/", views.ProofView.as_view(), name="proof"),