Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/jobs/job_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% block content_attributes %}with-right-sidebar{% endblock %}

{% block og_title %}Job: {{ object.job_title }} at {{ object.company_name }}{% endblock %}
{% block og-descript %}{{ object.description|escape|truncatechars:200 }}{% endblock %}
{% block og-descript %}{{ object.description|striptags|truncatechars:200 }}{% endblock %}

{% block content %}
{% load companies %}
Expand Down
Loading