We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57010c commit affbfbaCopy full SHA for affbfba
oioioi/programs/templates/programs/source.html
@@ -24,7 +24,7 @@
24
{% trans "Copy to clipboard" %}
25
</button>
26
27
- {% if extension == 'cpp' or extension == 'cc' %}
+ {% if extension == 'cpp' or extension == 'cc' or extension == 'c' %}
28
<span> </span>
29
30
<button class="btn btn-outline-secondary" id="format_btn" style="margin-bottom: 3px" onclick="format_cpp_code()">
0 commit comments