Skip to content

Commit

Permalink
Payment and event registration complete.
Browse files Browse the repository at this point in the history
  • Loading branch information
ParadoxZero committed Feb 12, 2018
1 parent 7a8a857 commit cec1b30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ritu18/apps/registration/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
path('pay', PaymentRequestAccept.as_view(), name='pay'),
path('pay/response', payment_sucess, name='paymentResponse'),
path('get/registration', registration_details, name='getRegistrationDetails' ),
path('<path>', TemplateView.as_view(template_name='registration/index.html'), name='index'),
path('<path:p>', TemplateView.as_view(template_name='registration/index.html'), name='index'),
]
1 change: 0 additions & 1 deletion templates/registration/make_payment_request.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<script>
window.onload = function () {
var form = document.forms['payment'].submit();
Expand Down

0 comments on commit cec1b30

Please sign in to comment.