fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
bfbafe13a6087c12ba3fa61f5cde426edb2db065
[redakcja.git]
/
project
/
templates
/
explorer
/
file_list.html
1
{% extends "base.html" %}
2
3
{% block maincontent %}
4
<ul>
5
{% for blob in objects %}
6
<li><a href="{% url editor_view blob %}">{{ blob }}</a></li>
7
{% endfor %}
8
</ul>
9
{% endblock maincontent %}