FOSSEE / workshop_booking

Workshop booking interface in Django.
GNU General Public License v3.0
2 stars 11 forks source link

Remove js popup and replace ajax by normal POST req. issue #97 #120

Open pnshiralkar opened 4 years ago

pnshiralkar commented 4 years ago

Removed clientside javascript popup and used Django forms POST request instead of AJAX request for the following:

  1. Accept & Reject workshop requests
  2. Approve workshop requests proposed by coordinators
  3. Change date
  4. Delete workshop
pnshiralkar commented 4 years ago

The bug is fixed.

CruiseDevice commented 4 years ago

Refer #97