✨ author note
This commit is contained in:
@@ -35,10 +35,10 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% if comic.transcript %}
|
||||
{% if comic.author_note %}
|
||||
<div class="comic-transcript">
|
||||
<h3>Transcript</h3>
|
||||
<p>{{ comic.transcript }}</p>
|
||||
<h3>Author Note</h3>
|
||||
<p>{{ comic.author_note }}</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
@@ -35,10 +35,10 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% if comic.transcript %}
|
||||
{% if comic.author_note %}
|
||||
<div class="comic-transcript">
|
||||
<h3>Transcript</h3>
|
||||
<p>{{ comic.transcript }}</p>
|
||||
<h3>Author Note</h3>
|
||||
<p>{{ comic.author_note }}</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user