Skip to content

Commit

Permalink
Merge pull request #165 from openearth/hotfix-sprint09-tijn-template-…
Browse files Browse the repository at this point in the history
…fixes

Hotfix sprint09 tijn template fixes (to master)
  • Loading branch information
tschmits authored Jan 24, 2017
2 parents dcfde1e + 336d35f commit d2d60f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions delft3dworker/fixtures/default_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
{
"variables": [
{
"description": "Read <a href='/images/sediment-types.png' target='_blank'>more</a> about the sediment composition clasess.",
"description": "Read <a href='/static/images/sediment-types.png' target='_blank'>more</a> about the sediment composition clasess.",
"id": "composition",
"validators": {},
"type": "select",
Expand All @@ -134,7 +134,7 @@
},
{
"text": "very fine sand",
"value": "very-fine-sand"
"value": "veryfine-sand"
},
{
"text": "coarse silt",
Expand All @@ -145,7 +145,7 @@
}
],
"name": "Sediment composition",
"description": "Sediment can consist of a mixture of different classes. Read <a href='/images/sediment-types.png' target='_blank'>more</a> about the sediment composition clasess."
"description": "Sediment can consist of a mixture of different classes. Read <a href='/static/images/sediment-types.png' target='_blank'>more</a> about the sediment composition clasess."
}
],
"name": "MAIN"
Expand Down Expand Up @@ -297,7 +297,7 @@
{
"variables": [
{
"description": "Read <a href='/images/sediment-types.png' target='_blank'>more</a> about the sediment composition clasess.",
"description": "Read <a href='/static/images/sediment-types.png' target='_blank'>more</a> about the sediment composition clasess.",
"default": "medium-sand",
"id": "composition",
"validators": {
Expand All @@ -319,7 +319,7 @@
},
{
"text": "very fine sand",
"value": "very-fine-sand"
"value": "veryfine-sand"
},
{
"text": "coarse silt",
Expand All @@ -330,7 +330,7 @@
}
],
"name": "Sediment composition",
"description": "Sediment can consist of a mixture of different classes. Read <a href='/images/sediment-types.png' target='_blank'>more</a> about the sediment composition clasess."
"description": "Sediment can consist of a mixture of different classes. Read <a href='/static/images/sediment-types.png' target='_blank'>more</a> about the sediment composition clasess."
}
],
"name": "River dominated delta"
Expand Down

0 comments on commit d2d60f5

Please sign in to comment.