fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
missing uk files
[wolnelektury.git]
/
apps
/
social
/
templates
/
social
/
my_shelf.html
1
{% extends "base.html" %}
2
{% load i18n %}
3
{% load catalogue_tags %}
4
5
{% block titleextra %}{% trans "My shelf" %}{% endblock %}
6
7
{% block logout %}/{% endblock %}
8
9
{% block body %}
10
11
<h1>{% trans "My shelf" %}</h1>
12
13
{% work_list books %}
14
15
{% endblock %}