stupidcomputer
308b0f978f
- 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.
10 lines
270 B
HTML
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>
|