-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #242 from wmo-raf/dev
Updates and Bug Fixes
- Loading branch information
Showing
33 changed files
with
822 additions
and
549 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,31 @@ | ||
{% load wagtailcore_tags wagtailimages_tags %} | ||
|
||
{% if value.figure_type == "image" and value.image %} | ||
<div class="container"> | ||
<div class="columns alternate-container"> | ||
{% if is_even %} | ||
<div class="column is-half-desktop is-full-mobile"> | ||
{% include 'streams/feature_block_detail_include.html' with value=value %} | ||
</div> | ||
<div class="column is-half-desktop is-full-mobile"> | ||
{% include 'streams/feature_block_figure_include.html' with value=value %} | ||
</div> | ||
|
||
<div class="container"> | ||
<div class="columns alternate-container"> | ||
{% if is_even %} | ||
<div class="column is-half-desktop is-full-mobile"> | ||
{% include 'streams/feature_block_detail_include.html' with value=value %} | ||
</div> | ||
<div class="column is-half-desktop is-full-mobile"> | ||
{% include 'streams/feature_block_figure_include.html' with value=value %} | ||
</div> | ||
|
||
{% else %} | ||
|
||
<div class="column is-half-desktop is-full-mobile"> | ||
{% include 'streams/feature_block_figure_include.html' with value=value %} | ||
</div> | ||
<div class="column is-half-desktop is-full-mobile"> | ||
{% include 'streams/feature_block_detail_include.html' with value=value %} | ||
</div> | ||
{% endif %} | ||
{% else %} | ||
|
||
<div class="column is-half-desktop is-full-mobile"> | ||
{% include 'streams/feature_block_figure_include.html' with value=value %} | ||
</div> | ||
<div class="column is-half-desktop is-full-mobile"> | ||
{% include 'streams/feature_block_detail_include.html' with value=value %} | ||
</div> | ||
{% endif %} | ||
</div> | ||
</div> | ||
</div> | ||
{% endif %} | ||
|
||
|
||
|
||
|
||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.