Add fields layout for TeacherAdmin

This commit is contained in:
Claude Paroz 2018-02-19 09:37:13 +01:00
parent 2b678f186e
commit 5891cc2c43
7 changed files with 18 additions and 11 deletions

View file

@ -1,7 +1,7 @@
{% extends "admin/base_site.html" %}
{% load i18n admin_static %}
{% block extrastyle %}
{% block extrastyle %}{{ block.super }}
<style>
div#period_choice { margin: 0 auto; text-align: center; width: 60%; padding: 0.5em; margin-bottom: 1em; background-color: #EDF3FE;}
select#section_select { width: 8em; margin-right: 2em; }