aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2021-04-20 12:44:18 +0300
committerYigit Sever2021-04-20 12:44:18 +0300
commitb59b071b4736e2a613d96509f6a5033da9da68bd (patch)
tree19b76784eaf883536e97c134ef4c7f7d9d389af0
parent8a21837cf5ce93ebcc318674cbc900b584987467 (diff)
downloadgradecoin-site-b59b071b4736e2a613d96509f6a5033da9da68bd.tar.gz
gradecoin-site-b59b071b4736e2a613d96509f6a5033da9da68bd.tar.bz2
gradecoin-site-b59b071b4736e2a613d96509f6a5033da9da68bd.zip
Update news
-rw-r--r--templates/index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html
index 08e3c8a..d2e1183 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -47,17 +47,18 @@ footer {
47{% endblock hero %} 47{% endblock hero %}
48 48
49{% block content %} 49{% block content %}
50
50<div class="tcontainer" id="features"> 51<div class="tcontainer" id="features">
51 <div class="ticker-wrap"> 52 <div class="ticker-wrap">
52 <div class="ticker-move"> 53 <div class="ticker-move">
53 <div class="ticker-item"><b>News:</b></div> 54 <div class="ticker-item"><b>News:</b></div>
54 <div class="ticker-item">Gradecoin is in testnet mode, API is not stable, everything might reset at any time.</div> 55 <div class="ticker-item">Gradecoin is in testnet mode, API is not stable, everything might reset at any time.</div>
55 <div class="ticker-item">Transactions are now unique according to their "by" field, sorry for the trouble</div> 56 <div class="ticker-item">Blocks now only need 1 transaction in them, happy testing! </div>
56 <div class="ticker-item">Blocks now require 5 transactions in them, during testnet phase</div>
57 <div class="ticker-item">It was possible (and hilarious) to mine a new block with just 1 transaction, it is now fixed</div> 57 <div class="ticker-item">It was possible (and hilarious) to mine a new block with just 1 transaction, it is now fixed</div>
58 </div> 58 </div>
59 </div> 59 </div>
60</div> 60</div>
61
61{{ section.content | safe }} 62{{ section.content | safe }}
62{% endblock content %} 63{% endblock content %}
63 64