Skip to content
Snippets Groups Projects
Commit c44925b9 authored by Sylvain Le Bon's avatar Sylvain Le Bon
Browse files

update: rdf type of federation

parent 7a7d8666
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ class LDPSource(models.Model): ...@@ -6,7 +6,7 @@ class LDPSource(models.Model):
federation = models.CharField(max_length=255) federation = models.CharField(max_length=255)
class Meta: class Meta:
rdf_type = 'hd:federation' rdf_type = 'sib:source'
ordering = ('federation',) ordering = ('federation',)
permissions = ( permissions = (
('view_source', 'acl:Read'), ('view_source', 'acl:Read'),
......
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