Change-Id: I635a74605871bfa53337e20635a86632457452df
Signed-off-by: Sean Smith <ssmith@iol.unh.edu>
 from django.template.loader import get_template
 from django.http import HttpResponse
 from django.utils import timezone
+from django.db import transaction
 
 import yaml
 import requests
         self.el[self.RESULT] = bundle
         return False
 
+    @transaction.atomic  # TODO: Rewrite transactions with savepoints at user level for all workflows
     def make_booking(self):
         models = self.el[self.BOOKING_MODELS]
         owner = self.el[self.SESSION_USER]