diff --git a/actix_mvc_app/src/views/governance/index.html b/actix_mvc_app/src/views/governance/index.html index 6ca829e..6765880 100644 --- a/actix_mvc_app/src/views/governance/index.html +++ b/actix_mvc_app/src/views/governance/index.html @@ -3,170 +3,181 @@ {% block title %}Governance Dashboard{% endblock %} {% block content %} - -
The governance system allows token holders to participate in decision-making processes by voting on + proposals that affect the platform's future. Create proposals, cast votes, and help shape the direction + of our decentralized ecosystem.
+The governance system allows token holders to participate in decision-making processes by voting on proposals that affect the platform's future. Create proposals, cast votes, and help shape the direction of our decentralized ecosystem.
- + +{{ nearest_proposal.description }}
+{{ nearest_proposal.description }}
-When new proposals are created, they will appear here for voting.
+ Create ProposalWhen new proposals are created, they will appear here for voting.
- Create Proposal -{{ activity.action }} on {{ activity.proposal_title }}
- {% if activity.type == "comment" and activity.comment is defined %} -"{{ activity.comment }}"
- {% endif %} + {% endif %} +{{ activity.action }} on {{ + activity.proposal_title }}
+ {% if activity.type == "comment" and activity.comment is defined %} +"{{ activity.comment }}"
+ {% endif %}{{ proposal.description | truncate(length=100) }}
-{{ proposal.description | truncate(length=100) }}
+