mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 09:16:10 -06:00
Fix template name typo
This commit is contained in:
parent
ca06acf9da
commit
376d3866ca
@ -117,7 +117,7 @@ class SelectDurationWidget(forms.NumberInput):
|
||||
|
||||
|
||||
class MarkdownWidget(forms.Textarea):
|
||||
template_name = 'widgets/markdowninput.html'
|
||||
template_name = 'widgets/markdown_input.html'
|
||||
|
||||
|
||||
class NumericArrayField(SimpleArrayField):
|
||||
|
Loading…
Reference in New Issue
Block a user