markdown Sobrescrevendo tema admin

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Sobrescrevendo tema admin相关的知识,希望对你有一定的参考价值。

### templates/admin/base_site.html
```jinja
{% extends 'admin/base.html' %}
{%load static %}

{% block branding %}
<h1 id="head"><img src="{% static 'img/logo.png' %}"/></h1>
{% endblock %}

{% block extrastyle %}
  <link rel="stylesheet" href="{% static 'css/admin.css' %}"/>
{% endblock %}
```
### {APP_PRINCIPAL}/static/css/admin.css
```css
#head {
  height: 50px;
}
```

以上是关于markdown Sobrescrevendo tema admin的主要内容,如果未能解决你的问题,请参考以下文章

markdown C#T-Sql

markdown 高级T-SQL

markdown 占位符t()函数

markdown 测试t-sql高亮

markdown 实体propriétés习俗

避免在ipython notebook markdown单元格的表格标题中换行。