Skip to content

Commit

Permalink
Eek, uncommitted merge fix. Bad vim...
Browse files Browse the repository at this point in the history
  • Loading branch information
fidothe committed May 10, 2012
1 parent 6745329 commit dfda29d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions make_mozilla/events/views.py
Expand Up @@ -6,11 +6,7 @@
from django.contrib.gis.feeds import GeoRSSFeed
from django.utils.http import urlquote_plus, urlencode
from django.views.decorators.csrf import csrf_protect
<<<<<<< HEAD
from django.shortcuts import redirect
=======
from django.shortcuts import get_object_or_404
>>>>>>> 404 on bad URLs at /events/:id
from django.shortcuts import redirect, get_object_or_404

import urllib2
import json
Expand Down

0 comments on commit dfda29d

Please sign in to comment.