aboutsummaryrefslogtreecommitdiffstats
path: root/examples/djangoproject
diff options
context:
space:
mode:
Diffstat (limited to 'examples/djangoproject')
-rw-r--r--examples/djangoproject/djangoproject/templates/styleguide.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/djangoproject/djangoproject/templates/styleguide.html b/examples/djangoproject/djangoproject/templates/styleguide.html
index 2aa6500..1817a27 100644
--- a/examples/djangoproject/djangoproject/templates/styleguide.html
+++ b/examples/djangoproject/djangoproject/templates/styleguide.html
@@ -14,7 +14,7 @@
{% endcomment %}
{% styleguideblock styleguide "1.1" %}
- <button class="{{ modifier.class_name }}">Example Button</button>
+ <button class="{{ modifier_class }}">Example Button</button>
{% endstyleguideblock %}
{% verbatim %}
@@ -22,7 +22,7 @@
<pre>
<code>
{% styleguideblock styleguide "1.1" %}
- &lt;button class="{{ modifier.class_name }}"&gt;Example Button&lt;/button&gt;
+ &lt;button class="{{ modifier_class }}"&gt;Example Button&lt;/button&gt;
{% endstyleguideblock %}
</code>
</pre>