fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
9199a3a
)
Użycie tagu {% url %} do tworzenia linka do strony głównej. Przydaje się to w sytuacj...
author
zuber
<marek@stepniowski.com>
Thu, 13 Aug 2009 11:42:26 +0000
(13:42 +0200)
committer
zuber
<marek@stepniowski.com>
Thu, 13 Aug 2009 11:42:26 +0000
(13:42 +0200)
project/templates/explorer/file_xml.html
patch
|
blob
|
history
diff --git
a/project/templates/explorer/file_xml.html
b/project/templates/explorer/file_xml.html
index
f203829
..
7757e12
100644
(file)
--- a/
project/templates/explorer/file_xml.html
+++ b/
project/templates/explorer/file_xml.html
@@
-38,7
+38,7
@@
</script>
{% endblock extrahead %}
</script>
{% endblock extrahead %}
-{% block breadcrumbs %}<a href="
/
">Platforma Redakcyjna</a> ❯ plik {{ hash }}{% endblock breadcrumbs %}
+{% block breadcrumbs %}<a href="
{% url file_list %}
">Platforma Redakcyjna</a> ❯ plik {{ hash }}{% endblock breadcrumbs %}
{% block maincontent %}
<div id="tabs"><a href="{% url file_xml hash %}" class="active">Źródło</a><a href="{% url file_html hash %}">HTML</a> <div style="padding: 3px; margin-left: 10px">{{ image_folders_form.folders }}</div><div style="clear: both; height: 0; width: 0"> </div></div>
{% block maincontent %}
<div id="tabs"><a href="{% url file_xml hash %}" class="active">Źródło</a><a href="{% url file_html hash %}">HTML</a> <div style="padding: 3px; margin-left: 10px">{{ image_folders_form.folders }}</div><div style="clear: both; height: 0; width: 0"> </div></div>