@@ -1,4 +1,4 @@
-<input type="datetime-local" name="{{ widget.name }}" {% include "django/forms/widgets/attrs.html" %} {% if widget.value !=None %}value="{{ widget.value|stringformat:'s' }}"{% endif %}>
+<input type="datetime-local" name="{{ widget.name }}" {% include "django/forms/widgets/attrs.html" %} {% if widget.value != None %}value="{{ widget.value|stringformat:'s' }}"{% endif %}>
<noscript>
<small class="form-text text-muted">Format mm/dd/yyyy 4:00 PM</small>
</noscript>
@@ -17,7 +17,7 @@ New features
* Custom User, Image, and Document models by default.
- * ``ruff`` linter and formater pre-configured.
+ * ``ruff`` linter and formatter pre-configured.
* ``pytest`` pre-configured.