Skip to content

Commit

Permalink
fix: #61 Show welcome message on initial screen when no modules are s…
Browse files Browse the repository at this point in the history
…elected
  • Loading branch information
redstreet committed Jun 13, 2022
1 parent ba5e337 commit 870ab13
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fava_investor/templates/Investor.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ <h3><b>{% if not (module == key) %}<a href="{{ url_for('extension_report', repor
{% endfor %}
</div>

{% if (module == None) %}
Welcome! Fava Investor is implemented as a collection of modules. Use the tabs on the
top to view each module.
{% endif %}


{% if (module == 'aa_account') %}
<h2>Portfolio: Asset Allocation by Accounts</h2>
Expand Down

0 comments on commit 870ab13

Please sign in to comment.