Skip to content

Commit 47d8a69

Browse files
committed
구매페이지 정보 수정
1 parent c46ff78 commit 47d8a69

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

ticket/templates/ticket-detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
amount: data.ticket_price,
3434
buyer_name: data.user_name,
3535
buyer_email: "",
36-
buyer_tel: "01028458521"
36+
buyer_tel: "01000000000" // TODO
3737
},
3838
function (rsp) {
3939
console.log(rsp)

ticket/views.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,6 @@ def get(self, request, item_id: int):
185185

186186
return render(request, "ticket-detail.html", dto)
187187

188-
def post(self, request):
189-
pass
190-
191188

192189
def ticket_success(request):
193190
return render(request, "ticket-success.html")

0 commit comments

Comments
 (0)