Skip to content

Commit

Permalink
Update djangocms_alias/templatetags/djangocms_alias_tags.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Mar 5, 2024
1 parent af96fae commit 23313b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion djangocms_alias/templatetags/djangocms_alias_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def get_alias_usage_view_url(alias, **kwargs):

@register.filter()
def admin_view_url(obj):
print(f"==> {obj=} {is_editable_model(obj.__class__)=}")
if is_editable_model(obj.__class__):
# Is obj frontend-editable?
return get_object_preview_url(obj)
Expand Down

0 comments on commit 23313b3

Please sign in to comment.