Skip to content

Commit 70b9780

Browse files
committed
Clean up backend templates
1 parent e26edd4 commit 70b9780

File tree

2 files changed

+4
-123
lines changed

2 files changed

+4
-123
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{% extends "admin/base.html" %}
2-
{% block title %}OWASP Nest{% endblock %}
2+
{% block title %}
3+
OWASP Nest
4+
{% endblock title %}
35
{% block branding %}
46
<h1 id="site-name">
57
<a href="{% url 'admin:index' %}">OWASP Nest</a>
68
</h1>
7-
{% endblock %}
9+
{% endblock branding %}

backend/templates/base.html

Lines changed: 0 additions & 121 deletions
This file was deleted.

0 commit comments

Comments
 (0)