Přejmenování templatů v korekturovátku
This commit is contained in:
parent
73fb3a408b
commit
c609aa33b0
10 changed files with 17 additions and 17 deletions
korektury
|
@ -1,12 +1,14 @@
|
||||||
{% include "korektury/korekturovatko/__edit_komentar.html" %}
|
{% include "korektury/korekturovatko/moduly/schovani_korektur.html" %}
|
||||||
|
|
||||||
{% include "korektury/korekturovatko/__stranky.html" %}
|
{% include "korektury/korekturovatko/moduly/edit_komentar.html" %}
|
||||||
|
|
||||||
{# {% for o in opravy %} {% include "korektury/korekturovatko/__oprava.html" %} {% endfor %} #}
|
{% include "korektury/korekturovatko/moduly/stranky_pdfka.html" %}
|
||||||
{% include "korektury/korekturovatko/__oprava.html" %}
|
|
||||||
{% include "korektury/korekturovatko/__komentar.html" %}
|
|
||||||
|
|
||||||
{% include "korektury/korekturovatko/__dalsi_korektura.html" %}
|
{# {% for o in opravy %} {% include "korektury/korekturovatko/oprava.html" %} {% endfor %} #}
|
||||||
|
{% include "korektury/korekturovatko/moduly/oprava.html" %}
|
||||||
|
{% include "korektury/korekturovatko/moduly/komentar.html" %}
|
||||||
|
|
||||||
|
{% include "korektury/korekturovatko/moduly/dalsi_korektura.html" %}
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
/**
|
/**
|
|
@ -26,11 +26,9 @@
|
||||||
<a href="https://mam.mff.cuni.cz/wiki">wiki</a> |
|
<a href="https://mam.mff.cuni.cz/wiki">wiki</a> |
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
{% include "korektury/korekturovatko/_schovani_korektur.html" %}
|
{% include "korektury/korekturovatko/hlavni_cast_korekturovatka.html" %}
|
||||||
|
|
||||||
{% include "korektury/korekturovatko/_main.html" %}
|
{% include "korektury/korekturovatko/zmena_stavu_pdf.html" %}
|
||||||
|
|
||||||
{% include "korektury/korekturovatko/_zmena_stavu.html" %}
|
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<p>
|
<p>
|
|
@ -16,7 +16,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='corr-body'>
|
<div class='corr-body'>
|
||||||
{# {% for k in o.komentare %} {% include "korektury/korekturovatko/__komentar.html" %} {% endfor %} #}
|
{# {% for k in o.komentare %} {% include "korektury/korekturovatko/komentar.html" %} {% endfor %} #}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='corr-header'>
|
<div class='corr-header'>
|
|
@ -49,7 +49,7 @@ class KorekturySeskupeneListView(KorekturyAktualniListView):
|
||||||
class KorekturyView(generic.DetailView):
|
class KorekturyView(generic.DetailView):
|
||||||
model = KorekturovanePDF
|
model = KorekturovanePDF
|
||||||
pk_url_kwarg = "pdf"
|
pk_url_kwarg = "pdf"
|
||||||
template_name = 'korektury/korekturovatko/htmlstrana.html'
|
template_name = 'korektury/korekturovatko/html_obal.html'
|
||||||
|
|
||||||
def get_context_data(self, **kwargs):
|
def get_context_data(self, **kwargs):
|
||||||
context = super().get_context_data(**kwargs)
|
context = super().get_context_data(**kwargs)
|
||||||
|
|
Loading…
Reference in a new issue