Files
edx-platform/common/test/test_microsites/test_microsite/templates/footer.html
Jay Zoldak 538ecf4852 Enable microsite tests
Move microsite test assets to common/test

Rename helper method to not have test in the name
Rename test css file
2014-01-23 10:42:51 -05:00

18 lines
453 B
HTML

## mako
<%! from django.core.urlresolvers import reverse %>
<%! from django.utils.translation import ugettext as _ %>
<%! from microsite_configuration.middleware import MicrositeConfiguration %>
<%namespace name='static' file='static_content.html'/>
<div class="wrapper wrapper-footer">
<footer>
<div class="colophon">
<div class="colophon-about">
<p>This is a Test Microsite footer</p>
</div>
</div>
</footer>
</div>