aboutsummaryrefslogtreecommitdiff
path: root/app/templates
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-06-05 23:51:40 +0100
committerrubenwardy <rw@rubenwardy.com>2018-06-05 23:51:40 +0100
commitbb1f6702f68b9f41c4c01a50345431f5cc79a9f5 (patch)
tree8dcd04cf2f79c533ab84d9ae205ca05056b9e9af /app/templates
parentc9542427b41d9223508a64225a4e6e64671b1c22 (diff)
downloadcheatdb-bb1f6702f68b9f41c4c01a50345431f5cc79a9f5.tar.xz
Add name to create link
Diffstat (limited to 'app/templates')
-rw-r--r--app/templates/macros/topictable.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/macros/topictable.html b/app/templates/macros/topictable.html
index 43324fa..a0c5b1e 100644
--- a/app/templates/macros/topictable.html
+++ b/app/templates/macros/topictable.html
@@ -18,7 +18,7 @@
<td>{{ topic.name or ""}}</td>
<td><a href="{{ topic.link }}">{{ topic.link | domain }}</a></td>
<td>
- <a href="{{ url_for('create_edit_package_page', author=topic.author.username, repo=topic.getRepoURL(), forums=topic.topic_id, title=topic.title) }}">Create</a>
+ <a href="{{ url_for('create_edit_package_page', author=topic.author.username, repo=topic.getRepoURL(), forums=topic.topic_id, title=topic.title, bname=topic.name) }}">Create</a>
</td>
</tr>
{% endfor %}