projets
/
auf_savoirs_en_partage_django.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Optimisation de la requête des ressources valides
[auf_savoirs_en_partage_django.git]
/
auf_savoirs_en_partage
/
templates
/
admin
/
chercheurs
/
chercheur
/
change_list.html
1
{% extends
"alphafilter/change_list.html"
%}
2
{% load i18n admin_list chercheurs_admin %}
3
4
{% block extrastyle %}
5
{{ block.super }}
6
<style
type
=
"text/css"
media
=
"screen"
>
7
ul.alphabetfilter li.first,.change-list ul.alphabetfilter li.first{width:
2
em!important;}
8
</style>
9
{% endblock %}