# HG changeset patch # User durandn # Date 1474035541 -7200 # Node ID 5dcc09a350a6a8a0f9cc83ce14fa2a9653749acb # Parent 43a230dd2cca37730de15a1e4c695f3f5606517d refactored footer html into its own template diff -r 43a230dd2cca -r 5dcc09a350a6 src/iconolab/templates/iconolab_base.html --- a/src/iconolab/templates/iconolab_base.html Fri Sep 16 14:00:41 2016 +0200 +++ b/src/iconolab/templates/iconolab_base.html Fri Sep 16 16:19:01 2016 +0200 @@ -42,25 +42,6 @@ {% endblock %} \ No newline at end of file diff -r 43a230dd2cca -r 5dcc09a350a6 src/iconolab/templates/partials/footer.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/iconolab/templates/partials/footer.html Fri Sep 16 16:19:01 2016 +0200 @@ -0,0 +1,26 @@ +{% load staticfiles %} +{% load iconolab_tags %} + +
+
+ +
+ +    + +
+ + + + +
\ No newline at end of file