Skip to content

Commit

Permalink
Fixed description format rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
daylamtayari committed Feb 11, 2022
1 parent bb9962b commit 02bf06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_challenges/assets/view.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
get_docker_status(DOCKER_CONTAINER);
})();
</script>
{{ challenge.description }}
{{ challenge.html }}
<div class='mb-3 text-center' id='docker_container'>
<span>
<a onclick="start_container('{{ challenge.docker_image | safe }}');" class='btn btn-dark'>
Expand Down

0 comments on commit 02bf06d

Please sign in to comment.