github.com/leonlxy/hyperledger@v1.0.0-alpha.0.20170427033203-34922035d248/bddtests/templates/html/org.html (about)

     1  <div id="{{ org.name }}">
     2      <h4>Created new organization {{ org.name }} with <a href="{{ cert_href }}">public cert</a></h4>
     3      <code>{{ org.getCertAsPEM() }}</code>
     4  {% if path_to_cert %}
     5      {% include 'html/org-py.html' %}
     6  {% endif %}
     7  </div>