Limit User Booking Length and Extensions
[pharos-tools.git] / dashboard / src / templates / rest_framework / api.html
1 {% extends "rest_framework/base.html" %}
2
3 {% block title %}Pharos Dashboard API{% endblock %}
4
5 {% block branding %}
6     <a class='navbar-brand' rel="nofollow" href=#>
7         Pharos Dashboard API
8     </a>
9 {% endblock %}