mirror of
https://github.com/ae-utbm/sith.git
synced 2025-04-08 15:06:26 +00:00
7 lines
357 B
Django/Jinja
7 lines
357 B
Django/Jinja
<script-once src="{{ statics.js }}" defer></script-once>
|
|
<link-once rel="stylesheet" type="text/css" href="{{ statics.css }}" defer></link-once>
|
|
|
|
<span>
|
|
<nfc-input type="{{ widget.type }}" name="{{ widget.name }}"{% if widget.value != None %} value="{{ widget.value }}"{% endif %}{% include "django/forms/widgets/attrs.html" %}></nfc-input>
|
|
</span>
|