Dev Tools: fix landing page URL, blurbs; add Tx sender

This commit is contained in:
mDuo13
2019-04-25 13:01:32 -07:00
parent 71ee136cb0
commit c5fbd4b52f
5 changed files with 94 additions and 61 deletions

View File

@@ -0,0 +1,14 @@
{% extends "template-base.html" %}
{% block head %}
<meta http-equiv="refresh" content="0;url={{currentpage.redirect_url}}" />
{% endblock %}
{% block main %}
<article class="p-3">
<div class="content">
<p>This page has been moved! You should be redirected automatically. If not, <a href="{{currentpage.redirect_url}}">click here to go to the new {{currentpage.name}} page</a>.
</div>
</article>
{% endblock %}