feat: Implemented submit vote
This commit is contained in:
@@ -147,6 +147,16 @@
|
||||
<a href="/login" class="btn btn-primary">Login to Vote</a>
|
||||
</div>
|
||||
</div>
|
||||
{% elif proposal.status != "Active" %}
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<div class="alert alert-warning mb-0">
|
||||
<i class="bi bi-exclamation-triangle-fill me-2"></i>
|
||||
<strong>Note:</strong> Voting is only available for proposals with an Active status.
|
||||
This proposal's current status is <strong>{{ proposal.status }}</strong>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user