Parcourir la source

Fixed typo in template

Jeremy Stretch il y a 8 ans
Parent
commit
379c24a012
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      netbox/templates/table.html

+ 1 - 1
netbox/templates/table.html

@@ -1,4 +1,4 @@
-{% extends 'django_tables2/boostrap-responsive.html' %}
+{% extends 'django_tables2/bootstrap-responsive.html' %}
 {% load django_tables2 %}
 
 {# Extends the stock django_tables2 template to provide custom formatting of the pagination controls #}