yig/franklincce/explorer/templates/explorer/legislation.html
stupidcomputer 308b0f978f created LegislativeText and LegislationBook models, wired them
- Created the LegislativeText and LegislationBook models, and wired them
  to primitive web interfaces.

- Created an import-like mechanism for users to import books into the
  database with. Need to integrate previous bill-book parsing code.
2024-06-19 05:41:13 -05:00

10 lines
270 B
HTML

<h1>{{ legislation.legislation_title }}</h1>
<i>{{ legislation.assembly }}/{{ legislation.committee }}/{{ legislation.docket_order }}</i>
<p>Sponsored by {{ legislation.sponsors }} of {{ legislation.school }}</p>
<blockquote>
{{ legislation.text }}
</blockquote>