map updates view: add link to changeset
This commit is contained in:
parent
b200001316
commit
6fefc8c018
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
|||
{% elif update.type == 'changeset' %}
|
||||
{% url 'control.users.detail' user=update.user.pk as user_url %}
|
||||
{% url 'control.users.detail' user=update.changeset.author.pk as author_url %}
|
||||
{% blocktrans with changeset_id=update.changeset.pk user_name=update.user.username author_name=update.changeset.author.username %}Changeset <a href="{{ update.changeset.get_absolute_url }}">#{{ changeset_id }}</a> by <a href="{{ author_url }}">{{ author_name }}</a> applied by <a href="{{ user_url }}">{{ user_name }}</a>{% endblocktrans %}
|
||||
{% blocktrans with changeset_id=update.changeset.pk changeset_url=update.changeset.get_absolute_url user_name=update.user.username author_name=update.changeset.author.username %}Changeset <a href="{{ changeset_url }}">#{{ changeset_id }}</a> by <a href="{{ author_url }}">{{ author_name }}</a> applied by <a href="{{ user_url }}">{{ user_name }}</a>{% endblocktrans %}
|
||||
{% else %}
|
||||
{{ update.type }}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue