dpp for proofs
This commit is contained in:
parent
16a3a870be
commit
351c62b45d
|
@ -1,7 +1,7 @@
|
|||
from django.urls import path
|
||||
from dpp import views
|
||||
|
||||
app_name = 'dpp'
|
||||
app_name = 'proofs'
|
||||
|
||||
urlpatterns = [
|
||||
path("<int:proof_id>/", views.ProofView.as_view(), name="proof"),
|
||||
|
|
Loading…
Reference in New Issue