Commit 50fa3b0f by Őry Máté

dashboard: add static site links

parent b05d3cb0
......@@ -59,10 +59,10 @@
</div> <!-- /container -->
<footer>
<a href="#">{% trans "Legal notice" %}</a> |
<a href="#">{% trans "Policy" %}</a> |
<a href="#">{% trans "Help" %}</a> |
<a href="#">{% trans "Support" %}</a>
<a href="{% url "info.legal" %}">{% trans "Legal notice" %}</a> |
<a href="{% url "info.policy" %}">{% trans "Policy" %}</a> |
<a href="{% url "info.help" %}">{% trans "Help" %}</a> |
<a href="{% url "info.support" %}">{% trans "Support" %}</a>
<span class="pull-right">{{ COMPANY_NAME }}</span>
</footer>
</body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment