-
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.
Deploying to gh-pages from @ 1f36013 🚀
- Loading branch information
Showing
10 changed files
with
2,049 additions
and
2,085 deletions.
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
Large diffs are not rendered by default.
Oops, something went wrong.
169 changes: 82 additions & 87 deletions
169
bioimageio_collection_backoffice/collection_config/collection_json_template.html
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -139,8 +139,8 @@ <h1 class="modulename"> | |
</span><span id="L-61"><a href="#L-61"><span class="linenos">61</span></a> | ||
</span><span id="L-62"><a href="#L-62"><span class="linenos">62</span></a><span class="k">if</span> <span class="vm">__name__</span> <span class="o">==</span> <span class="s2">"__main__"</span><span class="p">:</span> | ||
</span><span id="L-63"><a href="#L-63"><span class="linenos">63</span></a> <span class="c1"># send_email(</span> | ||
</span><span id="L-64"><a href="#L-64"><span class="linenos">64</span></a> <span class="c1"># subject=STATUS_UPDATE_SUBJECT + " lazy-bug staged/2",</span> | ||
</span><span id="L-65"><a href="#L-65"><span class="linenos">65</span></a> <span class="c1"># body="Staged version 2 of your model 'lazy-bug' is now under review.",</span> | ||
</span><span id="L-64"><a href="#L-64"><span class="linenos">64</span></a> <span class="c1"># subject=STATUS_UPDATE_SUBJECT + " lazy-bug draft",</span> | ||
</span><span id="L-65"><a href="#L-65"><span class="linenos">65</span></a> <span class="c1"># body="Staged draft version of your model 'lazy-bug' is now under review.",</span> | ||
</span><span id="L-66"><a href="#L-66"><span class="linenos">66</span></a> <span class="c1"># recipients=["[email protected]"],</span> | ||
</span><span id="L-67"><a href="#L-67"><span class="linenos">67</span></a> <span class="c1"># )</span> | ||
</span><span id="L-68"><a href="#L-68"><span class="linenos">68</span></a> | ||
|
Oops, something went wrong.