Skip to content

Commit

Permalink
removes typos
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Oct 7, 2024
1 parent 8abdbf6 commit a8bca53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<ul class="object-tools">
{% block object-tools-items %}
{# {% change_list_object_tools %}#}
---

{% if has_add_permission %}
<li>
{% url cl.opts|workspace_urlname:'add' as add_url %}
Expand All @@ -53,7 +53,6 @@
</a>
</li>
{% endif %}
----
{% endblock %}
{% include "admin_extra_buttons/includes/change_list_buttons.html" %}
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@
{% block nav-sidebar %}{% include "workspace/nav_sidebar.html" %}{% endblock %}

{% block content %}
1111
<div id="content-main">
{% include "workspace/_app_list.html" %}
{% include "workspace/_app_list.html" %}
</div>
ddddd
{% endblock %}

{% block sidebar %}{% endblock %}

0 comments on commit a8bca53

Please sign in to comment.