PROD-2123

This commit is contained in:
Ali-D-Akbar
2020-12-14 18:37:30 +05:00
parent 7f6b81a969
commit 9ca5df8666

View File

@@ -1,18 +1,17 @@
{% extends 'ace_common/edx_ace/common/base_body.html' %}
{% load i18n %}
{% load django_markup %}
{% load static %}
{% block content %}
<table width="100%" align="left" border="0" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td>
<p>
{% filter force_escape %}
{% blocktrans trimmed asvar replied_to_text %}
{{ comment_username }} replied to
{{ comment_username }} replied to {start_tag}{{ thread_title }}{end_tag}:
{% endblocktrans %}
{% endfilter %}
{{ replied_to_text }} <b>{{ thread_title }}</b>:
{% interpolate_html replied_to_text start_tag='<b>'|safe end_tag='</b>'|safe %}
</p>
<div style="border-left: 1px solid rgba(0,0,0,0.25);
padding: 1px 1px 1px 15px;
@@ -21,9 +20,7 @@
{{ comment_body }}
</div>
{% filter force_escape %}
{% blocktrans asvar course_cta_text %}View discussion{% endblocktrans %}
{% endfilter %}
{% trans "View discussion" as course_cta_text %}{{course_cta_text|force_escape}}
{% include "ace_common/edx_ace/common/return_to_course_cta.html" with course_cta_text=course_cta_text course_cta_url=post_link%}
{% block google_analytics_pixel %}