mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2025-10-21 17:50:35 +00:00
Added buttons for convinience
This commit is contained in:
parent
50c74ff9b6
commit
0caa73b3dc
@ -3,6 +3,13 @@
|
||||
{% block title %}{{ title }}{% endblock %}
|
||||
{% block meta %}{% endblock %}
|
||||
{% block content %}
|
||||
<button >
|
||||
<a href="{% url 'add-project' %}">Add Project</a>
|
||||
</button>
|
||||
<button >
|
||||
<a href="/admin">Admin</a>
|
||||
</button>
|
||||
<br>
|
||||
{% for project in projects %}
|
||||
<b>@{{ project.author.username }}</b>
|
||||
<h5>{{ project.title }}</h5>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user