one and only one empty line at the end of the file

This commit is contained in:
Peter Pfeufer
2021-05-17 09:48:57 +02:00
parent 8c3df89d52
commit a99a375375
72 changed files with 53 additions and 72 deletions

View File

@@ -3,4 +3,4 @@ from django.contrib import admin
from .models import CorpStats, CorpMember
admin.site.register(CorpStats)
admin.site.register(CorpMember)
admin.site.register(CorpMember)

File diff suppressed because one or more lines are too long

View File

@@ -34,4 +34,4 @@
{% block member_data %}{% endblock %}
</div>
</div>
{% endblock %}
{% endblock %}

View File

@@ -45,4 +45,4 @@
$(document).ready(function(){
$('#table-search').DataTable();
});
{% endblock %}
{% endblock %}