Skip to content

Commit

Permalink
remove button from dashboard my campaigns card
Browse files Browse the repository at this point in the history
  • Loading branch information
silvioheinze committed Jan 30, 2025
1 parent 9bf6a13 commit 33151b7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/templates/account/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ <h5 class="card-title mb-3">
<i class="bi bi-flag-fill"></i> {% trans "My Campaigns" %}
</h5>
<p class="display-6">{{ campaigns|length }}</p>
<a href="{% url 'campaigns-my' %}" class="btn btn-outline-primary btn-sm mt-2">
{% trans "View Campaigns" %}
</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 33151b7

Please sign in to comment.