Skip to content

Commit

Permalink
Template editor error widget
Browse files Browse the repository at this point in the history
  • Loading branch information
lhellebr authored and pondrejk committed Dec 11, 2024
1 parent 7c441d7 commit c94c24e
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 @@ -539,6 +539,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 c94c24e

Please sign in to comment.