{% extends "base.html" %} {% load static %} {% block title %}Edit Skill - {{ skill.title }}{% endblock %} {% block content %}

Edit Skill

Editing skill in {{ playbook.name }}

{% csrf_token %}
{% if errors.title %}
{{ errors.title }}
{% endif %}
{% for d in domains %}
{% for s in stacks %}
Markdown supported
Cancel
{% endblock %}