Skip to content

Commit

Permalink
Merge pull request #12 from lanjelot/full-note-url
Browse files Browse the repository at this point in the history
add link to the full note url
  • Loading branch information
hugsy authored Dec 21, 2020
2 parents 57211e0 + 96c93c7 commit e35f660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctfpad/templates/ctfpad/challenges/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</li>

<li class="list-group-item list-group-item-action">
<strong>Note Id:</strong> <code>{{challenge.note_id}}</code>
<strong>Note:</strong> <code><a href="{{challenge.note_url}}" target="_blank">{{challenge.note_id}}</a></code>
</li>

<li class="list-group-item list-group-item-action">
Expand Down

0 comments on commit e35f660

Please # to comment.