File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
reversion_compare/templates/reversion-compare Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 16
16
17
17
{% block breadcrumbs %}
18
18
< div class ="breadcrumbs ">
19
- < < < < < < < HEAD
20
19
< a href ="{% url 'admin:index' %} "> {% trans 'Home' %}</ a > ›
21
- < a href ="{% url "admin:app_list " app_label %}"> {{app_label|capfirst|escape}}</ a > ›
22
- =======
23
- < a href ="{% url 'admin:index' %} "> {% trans 'Home' %}</ a > ›
24
20
< a href ="{% url 'admin:app_list' app_label %} "> {{app_label|capfirst|escape}}</ a > ›
25
- > > > > > > > origin/master
26
21
< a href ="{{changelist_url}} "> {{opts.verbose_name_plural|capfirst}}</ a > ›
27
22
< a href ="{{history_url}} "> {% trans "History" %}</ a > ›
28
23
{% blocktrans with opts.verbose_name_plural|escape as name %}Compare {{name}}{% endblocktrans %}
43
38
{% endblock %}
44
39
</ ul >
45
40
{% endblock %}
46
- < < < < < < < HEAD
47
-
48
- =======
49
41
{% endcomment %}
50
42
51
- > > > > > > > origin/master
52
43
< p class ="help ">
53
44
{% blocktrans with date1=version1.revision.date_created|date:_("DATETIME_FORMAT") date2=version2.revision.date_created|date:_("DATETIME_FORMAT") %}
54
45
Compare < strong > {{ date1 }}</ strong > with < strong > {{ date2 }}</ strong > :
You can’t perform that action at this time.
0 commit comments