thestudentlife/Manhattan-Project

View on GitHub
mainsite/templates/footer.html

Summary

Maintainability
Test Coverage
<footer class="footer">
    <div class="container">
        <hr>
        <div id="info-menu">
            <a href="{% url 'archives' %}">Archives</a>
            {% for page in pages %}
                <a href="{% url 'page' page.name %}">{{ page.title }}</a>
            {% endfor %}
        <span class="stretch"></span>
        </div>
        &copy; 2016 The Student Life
        <br/>
        Website created by Kent Shikama '18, Latina Vidolova '15, Ziqi Xiong '17.
    </div>

</footer>