purchases can now refer to multiple editions
allows purchases to be for more than one game
This commit is contained in:
@ -54,6 +54,11 @@ urlpatterns = [
|
||||
purchase.delete_purchase,
|
||||
name="delete_purchase",
|
||||
),
|
||||
path(
|
||||
"purchase/<int:purchase_id>/view",
|
||||
purchase.view_purchase,
|
||||
name="view_purchase",
|
||||
),
|
||||
path(
|
||||
"purchase/<int:purchase_id>/finish",
|
||||
purchase.finish_purchase,
|
||||
|
Reference in New Issue
Block a user