15 lines
416 B
HTML
15 lines
416 B
HTML
{% extends "generic/form.html" %}
|
|
|
|
{% load i18n %}
|
|
|
|
{% block beneath_form %}
|
|
<div class="pf-c-form__group ">
|
|
<label for="" class="pf-c-form__label"></label>
|
|
<div class="c-form__horizontal-group">
|
|
<p>
|
|
Expression using Python. See <a target="_blank" href="https://passbook.beryju.org/policies/expression/">here</a> for a list of all variables.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|