fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Galeria nie wypisuję, że jest nieaktualna, bo zawsze jest aktualna.
[redakcja.git]
/
apps
/
explorer
/
views.py
diff --git
a/apps/explorer/views.py
b/apps/explorer/views.py
index
ea03121
..
896ed09
100644
(file)
--- a/
apps/explorer/views.py
+++ b/
apps/explorer/views.py
@@
-76,7
+76,7
@@
def file_dc(request, path, repo):
# Display the main editor view
def display_editor(request, path):
return direct_to_template(request, 'explorer/editor.html', extra_context={
- 'hash': path,
+ 'hash': path,
'panel_list': ['lewy', 'prawy'],
})
# ===============