not_creatable_content.html 424 B

12345678910111213141516
  1. <div class="row not-found-message-row mb-4">
  2. <div class="col-md-12">
  3. <h2 class="text-muted">
  4. <i class="icon-ban" aria-hidden="true"></i>
  5. Couldn't create path
  6. </h2>
  7. </div>
  8. </div>
  9. <div id="content-main" class="content-main page-list"
  10. data-path="{{ encodeURI(path) }}"
  11. data-current-user="{% if user %}{{ user._id.toString() }}{% endif %}"
  12. data-page-is-not-able-to-create="{{}}"
  13. ></div>
  14. </div>