Skip to content

Commit aed6d33

Browse files
committed
fix: don't link brachets in [edits] in batch.html
as per request on #165
1 parent f4e3b38 commit aed6d33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

store/templates/store/batch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
{% block mainBody %}
1313
<div class="page-header">
14-
<h3>Edit group by <a href="{{ USER_BASE_URL }}{{ author }}">{{ author }}</a> <a href="{% url 'list-batches' %}{% querystring user=author %}">[edits]</a>: {% if summary %}{{ summary }}{% else %}(no summary){% endif %} ({{ uid }})</h3>
14+
<h3>Edit group by <a href="{{ USER_BASE_URL }}{{ author }}">{{ author }}</a> [<a href="{% url 'list-batches' %}{% querystring user=author %}">edits</a>]: {% if summary %}{{ summary }}{% else %}(no summary){% endif %} ({{ uid }})</h3>
1515
</div>
1616
{% if reverted_batch %}
1717
<div class="alert alert-primary reverted-batch" role="alert">

0 commit comments

Comments
 (0)