Merge pull request #4582 from jaswilli/ci-adjust

Match labels with element ids.
This commit is contained in:
Hannah Wolfe 2014-12-04 16:05:07 +00:00
commit b6eb6b47b4

View File

@ -16,15 +16,15 @@
</div>
<div class="form-group">
<label for="blog-header">Blog Header</label>
<label for="ghost-head">Blog Header</label>
<p>Code here will be injected to the \{{ghost_head}} helper at the top of your page</p>
{{textarea id="ghost-head" name="codeInjection[ghost_head]" type="text" value=ghost_head}}
</div>
<div class="form-group">
<label for="blog-header">Blog Footer</label>
<label for="ghost-foot">Blog Footer</label>
<p>Code here will be injected to the \{{ghost_foot}} helper at the bottom of your page</p>
{{textarea id="blog-foot" name="codeInjection[ghost_foot]" type="text" value=ghost_foot}}
{{textarea id="ghost-foot" name="codeInjection[ghost_foot]" type="text" value=ghost_foot}}
</div>
</fieldset>
</form>