Pierwszy poważny import.
[redakcja.git] / project / templates / explorer / file_xml.html
1 {% extends "base.html" %}
2
3 {% block breadcrumbs %}<a href="/">Platforma Redakcyjna</a> ❯ plik {{ hash }}{% endblock breadcrumbs %}
4
5 {% block maincontent %}
6     <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="clear: both; height: 0; width: 0">&nbsp;</div></div>    
7     <form action="." method="post" accept-charset="utf-8">
8         {{ form }}
9         <p><input type="submit" value="Zapisz"/></p>
10     </form>
11 {% endblock maincontent %}