{% extends "layouts/default.html" %}
{% block title %} Manage Objects {% endblock title %}
{% block stylesheets %}
{% endblock stylesheets %}
{% block content %}
{% if current_user.is_authenticated %}
{{ form.hidden_tag() }}
Name |
Description |
Icon - not compromised |
Icon - compromised |
Name |
Description |
Icon - not compromised |
Icon - compromised |
Name |
Description |
Taxonomy |
Validation regex |
Name |
Description |
Taxonomy |
Validation regex |
Name |
Expanded name |
Description |
Name |
Expanded name |
Description |
Name |
Description |
Name |
Description |
{% endif %}
{% endblock content %}
{% block javascripts %}
{% endblock javascripts %}