chore: rename server to api (#7342)
This commit is contained in:
parent
6bee97eb26
commit
fdbe4c2ca6
554 changed files with 39 additions and 43 deletions
|
|
@ -1,23 +0,0 @@
|
|||
{% extends "admin/base.html" %}{% load i18n %}
|
||||
|
||||
{% block title %}{{ title }} | {% trans 'plane Admin' %} {% endblock %}
|
||||
|
||||
{% block branding %}
|
||||
|
||||
<style type="text/css">
|
||||
#header
|
||||
{
|
||||
background: #24292e;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
#site-name{
|
||||
color: #FFFFFF;
|
||||
}
|
||||
#branding h1, #branding h1 a:link, #branding h1 a:visited {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
</style>
|
||||
<h1 id="site-name">{% trans 'Plane Django Admin' %} </h1>
|
||||
|
||||
|
||||
{% endblock %}{% block nav-global %}{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue