Merge branch 'embed-widget' of git://github.com/lapilofu/philo into develop
[philo.git] / philo / contrib / sobol / templates / admin / sobol / search / grappelli_change_form.html
1 {% extends 'admin/sobol/search/change_form.html' %}
2 {% load i18n %}
3
4 {% block extrastyle %}
5         <style type="text/css">
6                 .favored td{
7                         font-weight:bold;
8                 }
9                 #changelist{
10                         border:none;
11                         background:none;
12                 }
13                 thead th{color:#444;font-weight:bold;}
14         </style>
15 {% endblock %}
16
17 {% block submit_row %}
18         <div class="module footer">
19                 <ul class="submit-row">
20                         {% if not is_popup and has_delete_permission %}{% if change or show_delete %}<li class="left delete-link-container"><a href="delete/" class="delete-link">{% trans "Delete" %}</a></li>{% endif %}{% endif %}
21                 </ul>
22         </div>
23 {% endblock %}