Skip to content
Snippets Groups Projects

Resolve "list shown after clicking on notifications"

Merged Piotr Gawron requested to merge 201-list-shown-after-clicking-on-notifications into master
2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -9,10 +9,10 @@
{% endblock styles %}
{% block ui_active_tab %}'appointments'{% endblock ui_active_tab %}
{% block page_header %}Appointments{% endblock page_header %}
{% block page_header %}{{ list_description }}{% endblock page_header %}
{% block page_description %}{% endblock page_description %}
{% block title %}{{ block.super }} - Appointments{% endblock %}
{% block title %}{{ block.super }} - {{ list_description }}{% endblock %}
{% block breadcrumb %}
{% include "appointments/breadcrumb.html" %}
Loading