~muirrum/comortas

965fea216e3cd1b4a712c70eff8408c6f6e97804 — Cara Salter 3 years ago 9fa32bd 0.1.1
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