Files
edx-platform/common/test/test_microsites/test_microsite/templates/footer.html
Saleem Latif 2d83449240 Remove microsite_configuration/microsite.py references from individual templates
* mattdrayer: Updated get_themed_template_path
2016-01-22 14:27:58 -05:00

19 lines
369 B
HTML

## mako
<%namespace name='static' file='static_content.html'/>
<%!
from django.core.urlresolvers import reverse
from django.utils.translation import ugettext as _
%>
<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>