Skip to content

Commit

Permalink
Merge branch 'master' into fscherf/fix-draft-deletion-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Feb 12, 2024
2 parents a6e0896 + 57d08ea commit 4f3497c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ repos:
rev: v4.5.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{% load djangocms_alias_tags %}{% render_alias instance.alias %}
{% load djangocms_alias_tags %}{% render_alias instance.alias %}
2 changes: 1 addition & 1 deletion djangocms_alias/test_utils/text/templates/text/text.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{{ instance.body|safe }}
{{ instance.body|safe }}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{% load djangocms_alias_tags %}<b>{% render_alias instance.alias %}</b>
{% load djangocms_alias_tags %}<b>{% render_alias instance.alias %}</b>

0 comments on commit 4f3497c

Please sign in to comment.