Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
chris
repanier
Commits
eb721540
Commit
eb721540
authored
Nov 08, 2015
by
Patrick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix : django.core.urlresolvers.NoReverseMatch: Reverse for 'cms_usersettings_changelist'
parent
e63c390c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
repanier/templates/admin/base.html
repanier/templates/admin/base.html
+1
-1
No files found.
repanier/templates/admin/base.html
View file @
eb721540
...
...
@@ -64,7 +64,7 @@ div.parler-language-tabs span.current:before { color: red; content:"\26FF";}
<div
class=
"breadcrumbs"
>
{#
<a
href=
"{% url 'admin:index' %}"
>
{% trans 'Home' %}
</a>
#}
{# {% if title %}
›
{{ title }}{% endif %}#}
{% if opts.verbose_name and opts.verbose_name %}
<h2
style=
"color: #FFF;"
><a
href=
"
{% url opts|admin_urlname:'changelist' %}
"
>
{{ opts.verbose_name_plural|capfirst }}
</a>
{% if opts.verbose_name and opts.verbose_name %}{% url opts|admin_urlname:'changelist'
as the_url %}
<h2
style=
"color: #FFF;"
>
{% if the_url %}
<a
href=
"{{ the_url }}"
>
{{ opts.verbose_name_plural|capfirst }}
</a>
{% else
%}{{ opts.verbose_name_plural|capfirst }}
{% endif %}
›
{% if add %}{% trans 'Add' %} {{ opts.verbose_name }}{% else %}{{ original|truncatewords:"18" }}{% endif %}
</h2>
{% endif %}
</div>
{# {% endblock %}#}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment