Skip to content

Commit

Permalink
Merge pull request #2573 from edgarcosta/warning
Browse files Browse the repository at this point in the history
Adding warning to beta.lmfdb.org connected to mongodb
  • Loading branch information
edgarcosta authored Aug 22, 2018
2 parents a51692b + ffdc0b6 commit d70b2b1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lmfdb/knowledge/templates/knowl-edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
{% import 'color.css' as color %}
{% block content %}


<div style="color: red; font-weight: bold; font-size: 150%;">
Warning: This legacy server and it is connected to a stale database.<br>
Please do not perform any additions or edits on this server, as these not be replicated to the current version of the LMFDB!
Please use <a href="http://beta.lmfdb.org">beta.lmfdb.org</a> to edit knowls.
</div>

{% if lock %}
<div style="color: {{color.red}}; font-weight: bold; font-size: 200%;">Concurrent Edit!!!</div>

Expand Down

0 comments on commit d70b2b1

Please sign in to comment.