mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Made embed tag use absolute URL
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{% block extra-head %}
|
||||
|
||||
<link rel="alternate" type="application/json+oembed"
|
||||
href="{{event.get_absolute_url}}oembed"
|
||||
href="{{request.scheme}}://{{request.META.HTTP_HOST}}{{event.get_absolute_url}}oembed"
|
||||
title="RIGS Event Embed" />
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user