Skip to content

Commit

Permalink
Detect alias edit view in frontend rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed May 6, 2024
1 parent 9e170da commit 18a81c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fragdenstaat_de/templates/_frontend.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% load frontendbuild sekizai_tags %}
{% if request.current_page or force_cms_render %}
{% if request.current_page or force_cms_render or alias_content %}
{% getfrontendbuild entry_point as assets %}
{% for block, output_list in assets %}
{% for output in output_list %}
Expand Down

0 comments on commit 18a81c6

Please sign in to comment.