-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate Private Django Flat Blocks to HTMLs #711
Conversation
@GoFroggyRun would you mind naming this something more informative and adding a [WIP] label? |
@hdoupe thanks for the reminder. |
@GoFroggyRun Thanks for updating the title |
@GoFroggyRun there are a couple merge conflicts. Can you take a look at those? |
@hdoupe should be good now. |
@@ -73,8 +149,26 @@ <h2 class="sr-only">TaxBrain</h2> | |||
|
|||
<div id="get-started" class="inputs-block inputs-block-intro"> | |||
<div class="inputs-block-header"> | |||
<h1>Macroeconomic Elasticity Simulation</h1> | |||
{% flatblock "dynamic_elasticity_get_started_blurb" %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@GoFroggyRun Here's where "Macroeconomic Elasticity Simulation" got removed. Fixed in #722
@@ -7,8 +7,7 @@ | |||
|
|||
{% block content %} | |||
<div class="inputs-block-header"> | |||
<h1>Macroeconomic Parameter</h1> | |||
{% flatblock "taxbrain_dynamic_blurb" %} | |||
<h1>Macroeconomic Parameters</h1> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@GoFroggyRun And here's where the "s" got added back on. Fixed in #722
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hdoupe right. Git automatically takes care of some conflicts. That's why changes got reverted.
This PR addresses issue #588.
Previously, contents on the ospc.org are stored in private Django flatblocks, and is not open. All those flatblocks are now migrated into HTML files on PolicyBrain page.