-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from UMCUGenetics/hotfix/v3.3.1
v3.3.1 - Hotifx - Speed up custom panel page
- Loading branch information
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,11 @@ | |
{% block header %}Custom gene panel{% endblock %} | ||
|
||
{% block body %} | ||
<div class="alert alert-warning" role="alert"> | ||
Because of performance issues we have temporay disabled custom panel creation for 'parent samples' and samples older than 2 years.<br> | ||
Please contact <b>[email protected]</b> if you would like to create a custom panel containing a 'parent sample' or sample older than 2 years. | ||
</div> | ||
|
||
<div class="well"> | ||
<form method="POST" action="{{ url_for('custom_panel_new') }}" class="form-horizontal"> | ||
{{ form.csrf_token }} | ||
|