Skip to content

Commit

Permalink
remove notifications from dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Glatthard committed Aug 13, 2015
1 parent b03c816 commit 9c53c6e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ipynbsrv/web/templates/web/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ <h1>Dashboard</h1>
<h2>Running containers</h2>
{% include 'web/snippets/container_grid.html' with containers=containers csrf_token=csrf_token only %}

<h2>Recent activities</h2>
notifications
</div>
</div>
{% endblock %}
Expand All @@ -35,4 +33,4 @@ <h2>Recent activities</h2>
});
});
</script>
{% endblock %}
{% endblock %}

0 comments on commit 9c53c6e

Please sign in to comment.