Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nonprofittechy committed Oct 23, 2023
1 parent f97cd51 commit 638cb61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docassemble/AssemblyLine/data/questions/interview_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ comment: |
interview page title: In progress forms
# Defaults to global `interview page heading` if not defined
interview page heading: In progress forms
interview page question: In progress forms
# Defaults to "Tap the title of a form to keep working on it or to download your completed documents."
interview page pre: None
interview page subquestion: null
answer sets title: Answer sets
new form url: https://courtformsonline.org
logo url: https://app.yourserver.org/packagestatic/docassemble.AssemblyLine/ma_logo.png
Expand Down Expand Up @@ -82,7 +82,7 @@ objects:
- al_logo: DAStaticFile.using(filename="ma_logo.png", alt_text="Logo")
---
code: |
al_logo.alt_text = "Logo"
al_logo.alt_text = "Logo" # Patch for old sessions
---
# These override the `metadata` above
default screen parts:
Expand Down

0 comments on commit 638cb61

Please sign in to comment.