Working on the reg_request
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 21 Sep 2017 17:07:05 +0000 (13:07 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 21 Sep 2017 17:07:05 +0000 (13:07 -0400)
commitb091c073568128f56e656293dc244a97090fd7be
treeb7bc332a2c465f55d8e095be3fc3c2ba1cfce74c
parent0fe36824dfe6eaa8ec800ac3c2b030cd8b85f8ca
Working on the reg_request

Creating a reg_request so I can add the registrant.
Adding now model and view for the registrant.
16 files changed:
css/front.css
js/collections/front/accounts.js
js/collections/front/regRequestRegistrants.js [new file with mode: 0644]
js/frontRegApp.js
js/models/front/cart.js
js/models/front/regClass.js
js/models/front/regRequestRegistrant.js [new file with mode: 0644]
js/models/front/request.js
js/views/front/newRegistrant.js [new file with mode: 0644]
js/views/front/regClass.js
js/views/front/regRequestRegistrant.js [new file with mode: 0644]
models/admin/ajax/account.php
models/admin/ajax/regFront.php
models/admin/ajax/regFront/registrant.php [new file with mode: 0644]
models/front/registrations/registration.php
views/front/registrations/registration.html