Respondents’ … Notice of Demurrer Hearing and of Demurrer to Verified Petition
This is what it sounds like, a short document announcing that the City is filing a Demurrer.
Respondents’ … Request for Judicial Notice in Support of the Demurrer
Here the City of Sonoma is asking the Judge to “Notice” aka look at, the exhibits they include. The exhibits are the legislative record of the 1990 amendments to the […]
Respondents City of Sonoma & Sonoma City Council Memo in Support of Demurrer
Here the City of Sonoma tries to convince the court (aka the judge) that the city shouldn’t even have to answer our Petition, because our Petition doesn’t successfully describe a […]
Sonoma – 149 Fourth St
In late 2016, a homebuilder began the arduous journey to construct three homes on vacant lots in Sonoma. Each HAA-compliant project was submitted separately, though the City of Sonoma processed […]
Categories
New Documents
if (is_tax()) {
$docs = new WP_Query(array('post_type' => 'document', 'tax_query' => array(array('taxonomy' => 'library_tag', 'terms' => array(get_queried_object_id())))));
} else {
$docs = new WP_Query(array('post_type' => 'document'));
}
while ($docs->have_posts()) {
$docs->the_post();
get_template_part('partials/document_card');
}
wp_reset_postdata();
?>