Files @ 6e25a6e084d6
Branch filter:

Location: website/www/conservancy/templates/base_standard.html

brett
base: Start progressbar for new match.

This code should be easier to adapt to future matches too, by just changing
the constants in the first `with` declaration and whatever text is desired.
1
2
3
4
5
6
7
8
9
{% extends "base_conservancy.html" %}

{% block outercontent %}
<div class="internalNavigate">
{% block internal_navigate %}{% endblock %}
</div>

<div class="singleColumn">{% block content %}{% endblock %}</div>
{% endblock %}