Skip to content

Commit

Permalink
Template editor error widget (#1651)
Browse files Browse the repository at this point in the history
(cherry picked from commit c94c24e)

Co-authored-by: Lukas Hellebrandt <[email protected]>
  • Loading branch information
Satellite-QE and lhellebr authored Dec 11, 2024
1 parent 2a10210 commit ce15b5a
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 @@ -401,6 +401,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 ce15b5a

Please sign in to comment.