encode / django-vanilla-views

Beautifully simple class-based views.
http://django-vanilla-views.org/
BSD 2-Clause "Simplified" License
985 stars 74 forks source link

Normalize indentation in README #81

Closed johnfraney closed 5 years ago

johnfraney commented 5 years ago

Normalizes indentation in the README from a mix of spaces and tabs to 4-space indentation. This fixes an indentation error in the first code sample where get_form_class() was over-indented.

tomchristie commented 5 years ago

That's great - thanks!

johnfraney commented 5 years ago

@tomchristie Happy to help!