summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
08b7a5e)
Fixed template bugs (load before extends).
.tmp_* Eclipse stuff in .gitignore.
.project
.settings
.pydevproject
.project
.settings
.pydevproject
{% extends 'base.html' %}
{% extends 'base.html' %}
{% block title %}1% podatku na WolneLektury.pl{% endblock title %}
{% block title %}1% podatku na WolneLektury.pl{% endblock title %}
{% extends "admin/change_list.html" %}
{% extends "admin/change_list.html" %}
{% block content %}
<form action="{% url import_book %}" method="post" enctype="multipart/form-data">
{% block content %}
<form action="{% url import_book %}" method="post" enctype="multipart/form-data">
{% extends "base.html" %}
{% extends "base.html" %}
{% block title %}{% trans "Sign in" %} / {% trans "Register on"%} WolneLektury.pl{% endblock %}
{% block title %}{% trans "Sign in" %} / {% trans "Register on"%} WolneLektury.pl{% endblock %}
{% extends "base.html" %}
{% extends "base.html" %}
{% load catalogue_tags pagination_tags %}
{% block title %}{{ book.title }} w WolneLektury.pl{% endblock %}
{% load catalogue_tags pagination_tags %}
{% block title %}{{ book.title }} w WolneLektury.pl{% endblock %}
{% extends "base.html" %}
{% extends "base.html" %}
{% load catalogue_tags pagination_tags %}
{% block title %}{% trans "Theme" %} {{ theme }} {% trans "in work " %} {{ book }} {% "on " %} WolneLektury.pl{% endblock %}
{% load catalogue_tags pagination_tags %}
{% block title %}{% trans "Theme" %} {{ theme }} {% trans "in work " %} {{ book }} {% "on " %} WolneLektury.pl{% endblock %}
{% extends "base.html" %}
{% extends "base.html" %}
{% load catalogue_tags chunks %}
{% block bodyid %}book-a-list{% endblock %}
{% load catalogue_tags chunks %}
{% block bodyid %}book-a-list{% endblock %}
{% extends "base.html" %}
{% extends "base.html" %}
{% load catalogue_tags pagination_tags %}
{% block title %}{% title_from_tags tags %} w WolneLektury.pl{% endblock %}
{% load catalogue_tags pagination_tags %}
{% block title %}{% title_from_tags tags %} w WolneLektury.pl{% endblock %}
{% extends 'base.html' %}
{% extends 'base.html' %}
{% block title %}{{ object.title }} w WolneLektury.pl{% endblock %}
{% block title %}{{ object.title }} w WolneLektury.pl{% endblock %}
{% extends "base.html" %}
{% extends "base.html" %}
{% load catalogue_tags chunks %}
{% block bodyid %}document-list-body{% endblock %}
{% load catalogue_tags chunks %}
{% block bodyid %}document-list-body{% endblock %}