mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 21:27:49 +02:00
Initial gui support
This commit is contained in:
17
dcc/portal/templates/footer.html
Normal file
17
dcc/portal/templates/footer.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<footer class="bg-dark text-white">
|
||||
<div class="container">
|
||||
<p class="float-right">
|
||||
<a href="#">Back to top</a>
|
||||
</p>
|
||||
<p>{% if site_conf.show_copyright %}© {% now "Y" %} {% endif %}</p>
|
||||
{% if rolling_stock and site_conf.footer_short %}
|
||||
{{ site_conf.footer_short | safe }}
|
||||
{% else %}
|
||||
{{ site_conf.footer | safe }}
|
||||
{% endif %}
|
||||
</div>
|
||||
{% if site_conf.show_version and not map %}<div class="container">
|
||||
<p class="small text-muted">Version: {{ site_conf.version }}</p>
|
||||
</div>{% endif %}
|
||||
</footer>
|
||||
|
Reference in New Issue
Block a user