diff --git a/sstreasury/jinja2/sstreasury/budget_print.html b/sstreasury/jinja2/sstreasury/budget_print.html index 02856ac..60c370a 100644 --- a/sstreasury/jinja2/sstreasury/budget_print.html +++ b/sstreasury/jinja2/sstreasury/budget_print.html @@ -2,7 +2,7 @@ {# Society Self-Service - Copyright © 2018-2019 Yingtong Li (RunasSudo) + Copyright © 2018–2020 Yingtong Li (RunasSudo) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by @@ -74,7 +74,7 @@ Comments - {{ revision.comments }} + {{ revision.comments|markdown }} Revenue @@ -87,7 +87,7 @@ Revenue comments
- {{ revision.revenue_comments }} + {{ revision.revenue_comments|markdown }}
{% endif %} @@ -107,7 +107,7 @@ Expense comments
- {{ revision.expense_comments }} + {{ revision.expense_comments|markdown }}
{% endif %} diff --git a/sstreasury/jinja2/sstreasury/budget_view.html b/sstreasury/jinja2/sstreasury/budget_view.html index 10bb149..707f834 100644 --- a/sstreasury/jinja2/sstreasury/budget_view.html +++ b/sstreasury/jinja2/sstreasury/budget_view.html @@ -2,7 +2,7 @@ {# Society Self-Service - Copyright © 2018-2019 Yingtong Li (RunasSudo) + Copyright © 2018–2020 Yingtong Li (RunasSudo) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by @@ -110,7 +110,7 @@ Comments - {{ revision.comments }} + {{ revision.comments|markdown }} Revenue @@ -123,7 +123,7 @@ Revenue comments
- {{ revision.revenue_comments }} + {{ revision.revenue_comments|markdown }}
{% endif %} @@ -143,7 +143,7 @@ Expense comments
- {{ revision.expense_comments }} + {{ revision.expense_comments|markdown }}
{% endif %}