Skip to content

Commit 24d0371

Browse files
committed
1 parent d63c327 commit 24d0371

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

reversion_compare/templates/reversion-compare/compare.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,8 @@
1616

1717
{% block breadcrumbs %}
1818
<div class="breadcrumbs">
19-
<<<<<<< HEAD
2019
<a href="{% url 'admin:index' %}">{% trans 'Home' %}</a> &rsaquo;
21-
<a href="{% url "admin:app_list" app_label %}">{{app_label|capfirst|escape}}</a> &rsaquo;
22-
=======
23-
<a href="{% url 'admin:index' %}">{% trans 'Home' %}</a> &rsaquo;
2420
<a href="{% url 'admin:app_list' app_label %}">{{app_label|capfirst|escape}}</a> &rsaquo;
25-
>>>>>>> origin/master
2621
<a href="{{changelist_url}}">{{opts.verbose_name_plural|capfirst}}</a> &rsaquo;
2722
<a href="{{history_url}}">{% trans "History" %}</a> &rsaquo;
2823
{% blocktrans with opts.verbose_name_plural|escape as name %}Compare {{name}}{% endblocktrans %}
@@ -43,12 +38,8 @@
4338
{% endblock %}
4439
</ul>
4540
{% endblock %}
46-
<<<<<<< HEAD
47-
48-
=======
4941
{% endcomment %}
5042

51-
>>>>>>> origin/master
5243
<p class="help">
5344
{% blocktrans with date1=version1.revision.date_created|date:_("DATETIME_FORMAT") date2=version2.revision.date_created|date:_("DATETIME_FORMAT") %}
5445
Compare <strong>{{ date1 }}</strong> with <strong>{{ date2 }}</strong>:

0 commit comments

Comments
 (0)