Skip to content

Commit

Permalink
copy change
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Flaxman committed Oct 17, 2015
1 parent 560db4e commit 1217e6f
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions templates/embedtx.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% load static %}

{% block title %}
Decode Raw {{ coin_symbol|coin_symbol_to_display_name }} Hexadecimal Transaction
Embed Data in Blockchain
{% endblock %}

{% block page_header %}
Expand All @@ -24,19 +24,6 @@ <h1>
{% load crispy_forms_tags %}
{% crispy form %}

{% comment %}
<form role="form" method="post" action="{% url 'embed_txdata' coin_symbol %}">
{% load crispy_forms_tags %}
{{ form|crispy }}
{% csrf_token %}
<p class="text-center">
<button type="submit" class="btn btn-primary btn-lg">
{% trans "Embed Data" %}
</button>
</p>
</form>
{% endcomment %}

</div>
</div>

Expand Down

0 comments on commit 1217e6f

Please sign in to comment.