Skip to content

Commit d2b4dc6

Browse files
committed
Remove quoting around notes
Fixes #402
1 parent ae90d60 commit d2b4dc6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ dumps/old
2121
!.cache/keep
2222
.cache/
2323
.vscode/
24+
./web/coverage/

web/nuremberg/documents/templates/documents/show.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ <h2 class="h6">Authors</h2>
269269

270270
{% if document.description %}
271271
<p>
272-
<strong>Notes:</strong>{{ document.description|stringformat:'r' }}
272+
<strong>Notes:</strong>{{ document.description }}
273273
</p>
274274
{% endif %}
275275
</div>

0 commit comments

Comments
 (0)