Created
November 28, 2019 21:11
-
-
Save sgibson91/ecd9bb8fb513a02d38196759f058718a to your computer and use it in GitHub Desktop.
Login template
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
{% extends "templates/login.html" %} | |
{% block site %} | |
<div id="ipython-main-app" class="container"> | |
<h1>Binder inaccessible</h1> | |
<h2> | |
You can get a new Binder for this repo by clicking <a href="{{binder_url}}">here</a>. | |
</h2> | |
<p> | |
The shareable URL for this repo is: <tt>{{binder_url}}</tt> | |
</p> | |
<h4>Is this a Binder that you created?</h4> | |
<p> | |
If so, your authentication cookie for this Binder has been deleted or expired. | |
You can launch a new Binder for this repo by clicking <a href="{{binder_url}}">here</a>. | |
</p> | |
<h4>Did someone give you this Binder link?</h4> | |
<p> | |
If so, the link is outdated or incorrect. | |
Recheck the link for typos or ask the person who gave you the link for an updated link. | |
A shareable Binder link should look like <tt>{{binder_url}}</tt>. | |
</div> | |
{% endblock site %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment