The new updates of partners and user
Made-with: Cursor
This commit is contained in:
12
templates/partner/dashboard.html
Normal file
12
templates/partner/dashboard.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{% extends 'partner/base.html' %}
|
||||
{% block content %}
|
||||
<div class="row text-center">
|
||||
<div class="col-md-4">
|
||||
<div class="card p-3 shadow-sm">
|
||||
<h5>Total Partner Users</h5>
|
||||
<h2>{{ total_partner_users }}</h2>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Add more partner-specific statistics here -->
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user