diff --git a/files/templates/default.html b/files/templates/default.html index 084597dae..3b1377480 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -1180,6 +1180,7 @@ {% include "expanded_image_modal.html" %} {% include "expanded_video_modal.html" %} +{% include "expanded_video_modal2.html" %} diff --git a/files/templates/expanded_video_modal2.html b/files/templates/expanded_video_modal2.html new file mode 100644 index 000000000..c5188481d --- /dev/null +++ b/files/templates/expanded_video_modal2.html @@ -0,0 +1,22 @@ + + + diff --git a/files/templates/formatting.html b/files/templates/formatting.html index f72b95ef7..ea594f485 100644 --- a/files/templates/formatting.html +++ b/files/templates/formatting.html @@ -144,6 +144,7 @@ We also have some custom hooks for mentioning users and subreddits. Note that th {% include "expanded_image_modal.html" %} {% include "expanded_video_modal.html" %} +{% include "expanded_video_modal2.html" %} diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 29d8030d4..3f35dcc4e 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -80,7 +80,11 @@ - {% elif not p.is_video %} + {% elif p.is_video %} + + + + {% else %}