Clean up whitespace in primary Python / HTML files

Clean up the whitespace in the primary Python / HTML files in
order to make it easier to apply changes going forward.
This commit is contained in:
Jonathan S. Katz
2017-11-25 09:43:20 -05:00
parent 530b3c42e3
commit 2f52c4f7c4
82 changed files with 181 additions and 235 deletions

View File

@ -18,4 +18,3 @@ class NewsArticleForm(forms.ModelForm):
class Meta:
model = NewsArticle
exclude = ('submitter', 'approved', )