Commit 667343b4 authored by Michal Čihař's avatar Michal Čihař

Add link for requesting new language

parent d6139cd9
{% extends "base.html" %}
{% load i18n %}
{% load url from future %}
{% block breadcums %}
<li><a href="{{ object.project.get_absolute_url }}">{{ object.project }}</a></li>
......@@ -23,5 +24,9 @@
{% endfor %}
</ul>
{% url 'accounts.views.contact' as contact_url %}
<p>{% blocktrans %}Should your language be missing, plese <a href="{{ contact_url }}">contact us</a>.{% endblocktrans %}</li>
{% endblock %}
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 to comment