mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2026-02-05 07:12:10 +00:00
Added Project delete view
This commit is contained in:
9
templates/fossdb/delete_view.html
Normal file
9
templates/fossdb/delete_view.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends "layout.html" %}
|
||||
{% block title %}Delete {{ project.name }}{% endblock %}
|
||||
{% block content %}
|
||||
<h4>Are you sue you want to delete {{ project.name }}?</h4>
|
||||
<form method="post">
|
||||
{% csrf_token %}
|
||||
<button class="" type="submit">Delete post</button>
|
||||
</form>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user