add campaign detail page route
This commit is contained in:
parent
0b17e39074
commit
528d62010b
1 changed files with 5 additions and 0 deletions
5
app/campaigns/templates/campaign_page.html
Normal file
5
app/campaigns/templates/campaign_page.html
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{% extends 'base.html' %}
|
||||
{% block title %}{{campaign.title}}{% endblock title %}
|
||||
{% block content %}
|
||||
{{campaign.title}}
|
||||
{% endblock content %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue