mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-31 04:12:15 +00:00
Made embed tag use absolute URL
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
{% block extra-head %}
|
{% block extra-head %}
|
||||||
|
|
||||||
<link rel="alternate" type="application/json+oembed"
|
<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" />
|
title="RIGS Event Embed" />
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user