Skip to content

Commit

Permalink
FIX Copy paste error ;D
Browse files Browse the repository at this point in the history
  • Loading branch information
FreneticScribbler committed Jan 8, 2020
1 parent 7361605 commit 4fb0a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class AssetOembed(generic.View):
model = models.Asset

def get(self, request, pk=None):
embed_url = reverse('event_embed', args=[pk])
embed_url = reverse('asset_embed', args=[pk])
full_url = "{0}://{1}{2}".format(request.scheme, request.META['HTTP_HOST'], embed_url)

data = {
Expand Down

0 comments on commit 4fb0a0f

Please sign in to comment.