Bugfixes in Eventplanning & gcal coupling module

This commit is contained in:
Martin Bauer
2014-06-22 11:52:26 +02:00
parent df22b838fa
commit 568376fbe7
4 changed files with 41 additions and 23 deletions

View File

@@ -41,7 +41,6 @@ def manage( request ):
@csrf_exempt
def gcalApiCallback( request ):
# TODO check channel info here
token = ""
if 'HTTP_X_GOOG_CHANNEL_TOKEN' in request.META: token = request.META['HTTP_X_GOOG_CHANNEL_TOKEN']
channelID = ""