added monthly summary on dashboard
This commit is contained in:
@ -3,7 +3,21 @@
|
||||
{% block title %}Dashboard{% endblock %}
|
||||
{% block head %}
|
||||
<link rel="stylesheet" href="{% static "dashboard.css" %}">
|
||||
<script src="{% static "dashboard.js" %}"></script>
|
||||
{% endblock %}
|
||||
{% block footer %}{% endblock %}
|
||||
{% block main %}
|
||||
<div class="monthly">
|
||||
<div class="template row">
|
||||
<div class="name"></div>
|
||||
<div class="duration"></div>
|
||||
</div>
|
||||
<div class="template no-data">No Data</div>
|
||||
<div class="controls">
|
||||
<button id="prev"><</button>
|
||||
<div id="month">Mois</div>
|
||||
<button id="next">></button>
|
||||
</div>
|
||||
<div id="list"></div>
|
||||
</div>
|
||||
{% endblock %}
|
@ -7,6 +7,7 @@
|
||||
{% endblock %}
|
||||
{% block footer %}{% endblock %}
|
||||
{% block main %}
|
||||
{% csrf_token %}
|
||||
<table class="projects">
|
||||
<thead>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user