You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2019/10/31 19:47:08 UTC

[airavata-django-portal] branch master updated: Update comment, youtube embed urls don't work

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


The following commit(s) were added to refs/heads/master by this push:
     new 3f70195  Update comment, youtube embed urls don't work
3f70195 is described below

commit 3f70195e1cdf1a2f2bbf570efa22a75b515f1e88
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Oct 31 15:11:06 2019 -0400

    Update comment, youtube embed urls don't work
---
 django_airavata/wagtailapps/base/blocks.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/django_airavata/wagtailapps/base/blocks.py b/django_airavata/wagtailapps/base/blocks.py
index 7b22bbb..ce05072 100644
--- a/django_airavata/wagtailapps/base/blocks.py
+++ b/django_airavata/wagtailapps/base/blocks.py
@@ -150,8 +150,8 @@ class CustomEmbedBlock(StructBlock):
     class Meta:
         icon = "fa-link"
         template = "blocks/embed_block.html"
-        help_text = ("Insert an embed URL e.g "
-                     "https://www.youtube.com/embed/SGJFWirQ3ks")
+        help_text = ("Insert a youtube URL e.g "
+                     "https://www.youtube.com/watch?v=SGJFWirQ3ks")
 
 
 class CssCommentBlock(StructBlock):