diff options
author | maxbr <maxbr@mi.fu-berlin.de> | 2016-09-19 10:14:19 +0200 |
---|---|---|
committer | maxbr <maxbr@mi.fu-berlin.de> | 2016-09-19 10:14:19 +0200 |
commit | 100d67d065866c74954cb4b2135027a48e13d969 (patch) | |
tree | 699efcdb0bb0097161ebf2298e5994c2cf537a45 /pharos-dashboard/templates/rest_framework | |
parent | d77560162ebf4805bab5eaaf051467590f2b414f (diff) |
Add a REST API for the dashboard
JIRA: PHAROS-265
Change-Id: Ic1b2d20415b0b84473d5915c4f26f3e65bbb1ecf
Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>
Diffstat (limited to 'pharos-dashboard/templates/rest_framework')
-rw-r--r-- | pharos-dashboard/templates/rest_framework/api.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pharos-dashboard/templates/rest_framework/api.html b/pharos-dashboard/templates/rest_framework/api.html new file mode 100644 index 0000000..9c6c4f7 --- /dev/null +++ b/pharos-dashboard/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 |