We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e2bd04 commit 6496599Copy full SHA for 6496599
templates/jobs/job_detail.html
@@ -8,7 +8,7 @@
8
{% block content_attributes %}with-right-sidebar{% endblock %}
9
10
{% block og_title %}Job: {{ object.job_title }} at {{ object.company_name }}{% endblock %}
11
-{% block og-descript %}{{ object.description|escape|truncatechars:200 }}{% endblock %}
+{% block og-descript %}{{ object.description|striptags|truncatechars:200 }}{% endblock %}
12
13
{% block content %}
14
{% load companies %}
0 commit comments