Index and deletion for generic nodes

This commit is contained in:
2015-02-03 01:04:58 +01:00
parent 74dbe65834
commit 2ac2917645
6 changed files with 83 additions and 4 deletions

View File

@@ -21,6 +21,10 @@
{% endif %}
{% endfor %}
<input class="btn btn-default" type="submit" value="Edit {{ node.node_type.name }}">
<div class="pull-right">
<a class="btn btn-default" href="#">Cancel</a>
<a class="btn btn-danger" href="{{url_for('nodes.delete', node_id=node.id)}}">Delete</a>
</div>
</form>
</div>
</div>