Skip to content

Commit

Permalink
Template editor error widget
Browse files Browse the repository at this point in the history
(cherry picked from commit c94c24e)
  • Loading branch information
lhellebr authored and web-flow committed Dec 11, 2024
1 parent 19b576d commit ae504e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airgun/views/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ class TemplateEditor(View):
rendering_options = ItemsList(".//div[contains(@class,'navbar-editor')]/ul")
import_template = Button(id='import-btn')
fullscreen = Button(id='fullscreen-btn')
error = Text(".//div[@id='preview_error_toast']")
editor = ACEEditor()


Expand Down

0 comments on commit ae504e6

Please sign in to comment.