Skip to content

Instantly share code, notes, and snippets.

@kartikgupta0909
Last active June 14, 2016 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kartikgupta0909/a042df2bc0dc58af3ec1028284bde873 to your computer and use it in GitHub Desktop.
Save kartikgupta0909/a042df2bc0dc58af3ec1028284bde873 to your computer and use it in GitHub Desktop.
{% if config['Eval_location']: %}
<div class="form-group">
<label class="col-sm-2 control-label">{{ form.evaluation_location.label.text }}</label>
<div class="col-sm-4">{{ form.evaluation_location(class="form-control", required="required") }}</div>
</div>
{% else : %}
{{ config['Eval_location'] }}
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment