Add default content to base template
1 files changed, 1 insertions(+), 1 deletions(-) M fllscoring/templates/base.html
M fllscoring/templates/base.html => fllscoring/templates/base.html +1 -1
@@ 32,5 32,5 @@ {% for message in get_flashed_messages() %} <div class="flash">{{ message }}</div> - {% endfor %} {% block content %}{% endblock %} + {% endfor %} {% block content %}This is looking pretty empty, maybe the developers forgot something!{% endblock %} </section>= \ No newline at end of file