Skip to content

Commit

Permalink
make sure SOU/Ds also are generated using forarbete.xsl
Browse files Browse the repository at this point in the history
  • Loading branch information
staffanm committed Mar 16, 2016
1 parent 434f696 commit 127b042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ferenda/sources/legal/se/sou.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ class SOU(CompositeRepository):
subrepos = (SOURegeringen, SOUKB)
urispace_segment = "utr/sou"
documentstore_class = SOUStore
xslt_template = "xsl/forarbete.xsl"

# NB: The same logic as in
# ferenda.sources.legal.se.{Regeringen,Riksdagen}.metadata_from_basefile
Expand Down
1 change: 1 addition & 0 deletions lagen/nu/ds.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class Ds(CompositeRepository, SwedishLegalSource):
subrepos = DsRegeringen, DsRegeringenLegacy
urispace_segment = "utr/ds"
documentstore_class = DsStore
xslt_template = "xsl/forarbete.xsl"

# NB: The same logic as in
# ferenda.sources.legal.se.{Regeringen,Riksdagen}.metadata_from_basefile
Expand Down

0 comments on commit 127b042

Please sign in to comment.