Add package list and package view
This commit is contained in:
14
app/templates/package_details.html
Normal file
14
app/templates/package_details.html
Normal file
@@ -0,0 +1,14 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}
|
||||
{{ package.title }}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{{ package.title }}
|
||||
{{ package.author.display_name }}
|
||||
{{ package.name }}
|
||||
{{ package.desc }}
|
||||
<a href="{{ package.repo }}">VCS Repo</a>
|
||||
<a href="{{ package.issueTracker }}">Report Issue</a>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user