Files
web2.0-backend/templates/footer.html
T
2017-05-13 01:19:37 +03:00

10 lines
257 B
HTML

{% load i18n %}
{% load static %}
{% load staticfiles %}
<link rel="stylesheet" href="{% static "css/footer.css" %}">
<div class="footer">
<div>
{% trans "Copyright Aalto-yliopiston Sähköinsinöörikilta ry" %} {% now 'Y' %}
</div>
</div>