forked from enviPath/enviPy
21 lines
481 B
HTML
21 lines
481 B
HTML
{% extends "collections/paginated_base.html" %}
|
|
|
|
{% block page_title %}Settings{% endblock %}
|
|
|
|
{% block action_button %}
|
|
{% endblock action_button %}
|
|
|
|
{% block action_modals %}
|
|
{% endblock action_modals %}
|
|
|
|
{% block description %}
|
|
<p>A setting includes configuration parameters for pathway predictions.</p>
|
|
<a
|
|
target="_blank"
|
|
href="https://wiki.envipath.org/index.php/Setting"
|
|
class="link link-primary"
|
|
>
|
|
Learn more >>
|
|
</a>
|
|
{% endblock description %}
|