You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What we're after: The presidential map will be built on a full width page jinja template within the data section. The template will be similar to Wagtail full width templates, but without the reporting dates javascript and stylings. Also this does not need to be tied to Wagtail.
Paired with @rfultz on this. Trying to resolve issues with making a re-usable/generic Jinja template for full-width, so for now we are using either election-lookup.jinja or raisingbythenumbers.jinja templates as starting point.
The template, re-usable for other full-width /data pages can pull in a CSS file with the page_specific_css variable name from a view. <link rel="stylesheet" type="text/css" href="{{ asset_for_css(page_specific_css) }}" />
Summary
What we're after:
The presidential map will be built on a full width page jinja template within the data section. The template will be similar to Wagtail full width templates, but without the reporting dates javascript and stylings. Also this does not need to be tied to Wagtail.
URL for the map: https://www.fec.gov/data/candidates/president/presidential-map/
Completion criteria
You may also like
section at the bottom of this templateThe text was updated successfully, but these errors were encountered: