diff --git a/sample_deployment/sample_deployment/example/templates/example/social_metadata.html b/sample_deployment/sample_deployment/example/templates/example/social_metadata.html index 0726d20..01739a7 100644 --- a/sample_deployment/sample_deployment/example/templates/example/social_metadata.html +++ b/sample_deployment/sample_deployment/example/templates/example/social_metadata.html @@ -3,16 +3,16 @@ {% if code_block %}
-
SocialAccount.objects.first().extra_data
+
SocialAccount.objects.first().extra_data
{{ code_block | safe }}
{% else %} You need to - - to display social account metadata - {% endif %} + + to display social account metadata +{% endif %} {% endblock content %}