Added /attract/<project_url> page

This commit is contained in:
2016-10-05 11:08:18 +02:00
parent cf3bc3471b
commit fb487e8ec0
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
| {% extends 'attract/layout.html' %}
| {% block page_title %}{{ project.name }} - Attract{% endblock %}
| {% block body %}
#page-container
#page-content
.project
h1 {{ project.name }}
ul
li
a(href="{{ url_for('attract.tasks.perproject.index', project_url=project.url) }}") Tasks
li
a(href="{{ url_for('attract.shots.perproject.index', project_url=project.url) }}") Shots
| {% endblock %}