diff options
Diffstat (limited to 'examples/djangoproject')
| -rw-r--r-- | examples/djangoproject/djangoproject/templates/styleguide.html | 4 |
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" %} - <button class="{{ modifier.class_name }}">Example Button</button> + <button class="{{ modifier_class }}">Example Button</button> {% endstyleguideblock %} </code> </pre> |
