We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b3ea6d + d95fd9f commit 7e2a70aCopy full SHA for 7e2a70a
1 file changed
vulnerabilities/templates/rest_framework/api.html
@@ -0,0 +1,31 @@
1
+{% extends "rest_framework/base.html" %}
2
+
3
+{% block style %}
4
+ {{ block.super }}
5
+ <style>
6
+ body {background: none;}
7
+ .navbar {background: #363636; border-top: 3px solid #3298dc;}
8
+ .navbar-inverse .navbar-brand {color: white;}
9
+ .booleanwidget {width: 90%;}
10
+ </style>
11
+{% endblock %}
12
13
+{% block title %}
14
+ VulnerableCode.io REST API
15
16
17
+{% block branding %}
18
+ <span class="navbar-brand">
19
+ VulnerableCode<span class="nexb-orange">.</span>io REST API
20
+ </span>
21
22
23
+{% block userlinks %}
24
+ <li class="navbar-link">
25
+ <a href="/api/docs/">API Documentation</a>
26
+ </li>
27
28
+ <a href="/">Back to app</a>
29
30
31
0 commit comments