Add fields layout for TeacherAdmin
This commit is contained in:
parent
2b678f186e
commit
5891cc2c43
7 changed files with 18 additions and 11 deletions
|
|
@ -1,8 +1,10 @@
|
|||
{% extends "admin/base.html" %}
|
||||
{% load i18n %}
|
||||
{% load i18n static %}
|
||||
|
||||
{% block title %}{{ title }} | {% trans 'Gestion stages' %}{% endblock %}
|
||||
|
||||
{% block extrastyle %}<link rel="stylesheet" type="text/css" href="{% static 'css/stages.css' %}">{% endblock %}
|
||||
|
||||
{% block branding %}
|
||||
<h1 id="site-name">École Pierre-Coullery<br>Gestion des stages</h1>
|
||||
{% endblock %}
|
||||
|
|
|
|||
|
|
@ -2,11 +2,7 @@
|
|||
{% load i18n admin_static %}
|
||||
|
||||
{% block extrastyle %}{{ block.super }}
|
||||
<link rel="stylesheet" type="text/css" href="{% static "admin/css/dashboard.css" %}">
|
||||
<style>
|
||||
ul#main { margin: 1em; }
|
||||
ul#main li { font-size: 14px; }
|
||||
</style>
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'admin/css/dashboard.css' %}">
|
||||
{% endblock %}
|
||||
|
||||
{% block coltype %}colMS{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue