summaryrefslogtreecommitdiff
path: root/design/templates/admin/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'design/templates/admin/index.html')
-rw-r--r--design/templates/admin/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/design/templates/admin/index.html b/design/templates/admin/index.html
index cbaa89f..19a5d1b 100644
--- a/design/templates/admin/index.html
+++ b/design/templates/admin/index.html
@@ -41,6 +41,9 @@
<td>&nbsp;</td>
{% endif %}
</tr>
+ {% if model.name == "Gigs"%}
+ <tr> <th scope="row"><a href="{{ model.admin_url }}monthly/">Income for month</a></th></tr>
+ {% endif %}
{% endfor %}
</table>
</div>