Skip to content

Commit

Permalink
Add Q2 financials
Browse files Browse the repository at this point in the history
  • Loading branch information
mayhem committed Jul 4, 2023
1 parent b5cc975 commit 1520ef4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions metabrainz/templates/reports/financial_reports/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ <h3>2023</h3>

<p>{{ _('Quarterly reports') }}</p>
<ul>
<li>Q2 <a href="{{ url_for('financial_reports.static', filename='MetaBrainz_Foundation_profit_loss_2023_Q2.pdf') }}">{{ _('profit &amp; loss') }}</a></li>
<li>Q2 <a href="{{ url_for('financial_reports.static', filename='MetaBrainz_Foundation_balance_sheet_20230630.pdf') }}">{{ _('balance sheet') }}</a></li>
<li>Q1 <a href="{{ url_for('financial_reports.static', filename='MetaBrainz_Foundation_profit_loss_2023_Q1.pdf') }}">{{ _('profit &amp; loss') }}</a></li>
<li>Q1 <a href="{{ url_for('financial_reports.static', filename='MetaBrainz_Foundation_balance_sheet_20230331.pdf') }}">{{ _('balance sheet') }}</a></li>
</ul>
Expand Down

0 comments on commit 1520ef4

Please sign in to comment.