move footer contents to base_footer.html, so it is customizable
This commit is contained in:
parent
fe96c21592
commit
ca43191890
@ -116,13 +116,7 @@
|
||||
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<p class="text-muted credit">
|
||||
<a href="{% url 'legal' %}">Legal notice</a>
|
||||
|
|
||||
<a href="http://validator.w3.org/check/referer">Valid HTML</a>
|
||||
|
|
||||
<a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS</a>
|
||||
</p>
|
||||
{% include "includes/base_footer.html" %}
|
||||
</div>
|
||||
</div>
|
||||
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.1/js/bootstrap.min.js"></script>
|
||||
|
10
nsupdate/templates/includes/base_footer.html
Normal file
10
nsupdate/templates/includes/base_footer.html
Normal file
@ -0,0 +1,10 @@
|
||||
<p class="text-muted credit">
|
||||
<a href="{% url 'legal' %}">Legal notice</a>
|
||||
|
|
||||
<a href="http://github.com/nsupdate-info/nsupdate.info">Powered by nsupdate.info</a>
|
||||
|
|
||||
<a href="http://validator.w3.org/check/referer">Valid HTML</a>
|
||||
|
|
||||
<a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS</a>
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user