diff --git a/examples/prism-django.html b/examples/prism-django.html index ac9cf0df..3a8829af 100644 --- a/examples/prism-django.html +++ b/examples/prism-django.html @@ -11,7 +11,7 @@ Conditional block

Full Example

-
{# This a Django template example #}
+
{# This is a Django template example #}
 {% extends "base_generic.html" %}
 
 {% block title %}{{ section.title }}{% endblock %}