Skip to content
Snippets Groups Projects

WIP: Zárodek uživatelské části webu a submitování

Compare and Show latest version
2 files
+ 4
2
Compare changes
  • Side-by-side
  • Inline

Files

@@ -38,7 +38,7 @@
<td>{{ p.pages }}
<td>{{ p.bytes }}
<td>{{ p.uploaded_by_obj.full_name() }}
<td>{% if late %}<span class='sol-late'>({{ late }} termínu)</span> {% endif %}{{ p.note }}
<td>{% if late %}<span class='sol-late'>({{ late }})</span> {% endif %}{{ p.note }}
<td><a class='btn btn-xs btn-primary' href='{{ paper_link(p) }}'>Stáhnout</a>
{% endfor %}
</table>
Loading