Skip to content
Snippets Groups Projects
Commit 58f84a04 authored by Julian's avatar Julian
Browse files

Remove superfluous table template declaration

parent f2077810
No related branches found
No related tags found
1 merge request!111Resolve "[Person overview] Implement multiple selection for marking absences as excused or for deleting"
......@@ -165,7 +165,6 @@ class PersonalNoteTable(tables.Table):
class Meta:
model = PersonalNote
fields = ()
template_name = "django_tables2/materialize.html"
def _get_link(value, record):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment