There was an error while loading. Please reload this page.
1 parent 3bacb39 commit 5425245Copy full SHA for 5425245
1 file changed
colander/templates/case/details.html
@@ -39,15 +39,15 @@ <h5>{% translate "Details" %}</h5>
39
<a href="{% url "cases_download_key_view" pk=case.id %}" class="btn btn-sm btn-secondary">
40
Download key
41
</a>
42
- <div class="modal fade modal-lg" id="pubKeyModal" tabindex="-1"
+ <div class="modal fade modal-md" id="pubKeyModal" tabindex="-1"
43
aria-labelledby="pubKeyModalLabel" aria-hidden="true">
44
<div class="modal-dialog">
45
<div class="modal-content">
46
<div class="modal-header">
47
<h1 class="modal-title fs-5" id="pubKeyModalLabel">RSA public key</h1>
48
</div>
49
<div class="modal-body">
50
- <pre><code>{{ case.verify_key }}</code></pre>
+ <pre><code>{{ case.public_key }}</code></pre>
51
52
53
0 commit comments