From 100d67d065866c74954cb4b2135027a48e13d969 Mon Sep 17 00:00:00 2001 From: maxbr <maxbr@mi.fu-berlin.de> Date: Mon, 19 Sep 2016 10:14:19 +0200 Subject: Add a REST API for the dashboard JIRA: PHAROS-265 Change-Id: Ic1b2d20415b0b84473d5915c4f26f3e65bbb1ecf Signed-off-by: maxbr <maxbr@mi.fu-berlin.de> --- pharos-dashboard/templates/rest_framework/api.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pharos-dashboard/templates/rest_framework/api.html (limited to 'pharos-dashboard/templates/rest_framework') 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 -- cgit