mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-03-05 18:02:03 +01:00
@@ -8,7 +8,7 @@
|
||||
<td><strong>Author:</strong> {{ code.nick }} <strong> Version: </strong>{{ code.version }} <strong>
|
||||
Lang: </strong>{{ code.lLang }}</td>
|
||||
</tr>
|
||||
{% if code.extlib is defined %}
|
||||
{% if code.extlib is defined and code.extlib != "" %}
|
||||
<tr>
|
||||
<td>
|
||||
<strong>External library:</strong> {{ code.extlib }}
|
||||
|
||||
Reference in New Issue
Block a user