--i https://py.mdrn.pl:8443/simple/
+-i https://py.mdrn.pl/simple/
django-debug-toolbar<1.10
django-debug-toolbar-template-timings
{% trans "Artist:" %} <span class='artist'>{{ extra_info.artist_name }}</span>,
{% trans "director:" %} <span class='director'>{{ extra_info.director_name }}</span>
{% if extra_info.license %}{% license_icon extra_info.license %}{% endif %}
- {% if i.mp3.project_icon %}<img src="{{ i.mp3.project_icon }}">{% endif %}
+ {% if i.mp3.project_icon %}<img class="project-icon" src="{{ i.mp3.project_icon }}">{% endif %}
<p>
{% if i.mp3.project_description %}{{ i.mp3.project_description }}{% else %}
{% with fb=extra_info.funded_by %}
emails = request.POST.get('emails').strip().split('\n')
rows = ['email;członek;nazwa użytkownika;aktywny;co najmniej do']
for email in emails:
+ email = email.strip()
row = [email]
schedules = models.Schedule.objects.filter(email=email).exclude(payed_at=None)
if schedules.exists():
@include size(margin-top, 5px);
}
+ .project-icon {
+ @include size(max-width, 100px);
+ @include size(max-height, 100px);
+ }
+
+
@include min-screen($S_BOOK_SHORT_FULL) {
// Show full title on the work's page.
padding-bottom: 1em;
}
- .required th:before {
- content: "* ";
- }
-
.errorlist {
color: red;
margin: 0;