Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change ref to collapse template to green from blue #51

Merged
merged 2 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ subquestion: |

Tap the {green words} in any screen for a definition or more information.

You can also click an underlined link with a blue triangle next to it to see more information.
You can also click an underlined link with a green triangle next to it to see more information.

${ collapse_template(collapsible_info_template) }
terms:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def find_package_data(where='.', package='', exclude=standard_exclude, exclude_d
url='https://docassemble.org',
packages=find_packages(),
namespace_packages=['docassemble'],
install_requires=['docassemble.AssemblyLine>=2.27.0'],
install_requires=['docassemble.AssemblyLine>=2.27.0', 'docassemble.ALToolbox>=0.10.0'],
zip_safe=False,
package_data=find_package_data(where='docassemble/mlhframework/', package='docassemble.mlhframework'),
)
Expand Down