mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2026-02-04 14:52:11 +00:00
Created add_project.html file
This commit is contained in:
10
templates/fossdb/add_project.html
Normal file
10
templates/fossdb/add_project.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{% extends "layout.html" %}
|
||||
{% load static %}
|
||||
{% block title %}{{ title }}{% endblock %}
|
||||
{% block meta %}{% endblock %}
|
||||
{% block content %}
|
||||
<form method="post">
|
||||
{% csrf_token %}{{ form }}
|
||||
<button type="submit">Post</button>
|
||||
</form>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user