Commit d2cdcfb8 authored by Michal Čihař's avatar Michal Čihař

Merge pull request #81 from aputtu/patch-1

Suggest renaming of block + minor grammar change.
parents 83d5df2b 91fef785
......@@ -2,7 +2,7 @@
{% load i18n %}
{% load url from future %}
{% block breadcums %}
{% block breadcrumbs %}
<li><a href="{{ object.get_absolute_url }}">{{ object }}</a></li>
<li><a href="{% url 'weblate.trans.api.widgets' project=object.slug %}">{% trans "widgets" %}</a></li>
{% endblock %}
......@@ -16,7 +16,7 @@
</p>
<p>
{% blocktrans %}You can also point new comers co introducing page at <a href="{{ engage_url }}">{{ engage_url }}</a>.{% endblocktrans %}
{% blocktrans %}You can also point new comers to the introduction page at <a href="{{ engage_url }}">{{ engage_url }}</a>.{% endblocktrans %}
</p>
<h3>{% trans "Image widgets" %}</h3>
......
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