summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/rest_framework/api.html
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/src/templates/rest_framework/api.html')
-rw-r--r--dashboard/src/templates/rest_framework/api.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/dashboard/src/templates/rest_framework/api.html b/dashboard/src/templates/rest_framework/api.html
new file mode 100644
index 0000000..9c6c4f7
--- /dev/null
+++ b/dashboard/src/templates/rest_framework/api.html
@@ -0,0 +1,9 @@
+{% extends "rest_framework/base.html" %}
+
+{% block title %}Pharos Dashboard API{% endblock %}
+
+{% block branding %}
+ <a class='navbar-brand' rel="nofollow" href=#>
+ Pharos Dashboard API
+ </a>
+{% endblock %} \ No newline at end of file