Skip to content
Snippets Groups Projects
Commit 883675b1 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Point the urls int he right location for workflows

parent 5cebedd1
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,8 @@
<main class="wrapper">
<nav>
<section class="container">
<a class="button button-clear" href="{% url 'workflow_demo' 1 %}">Single Stage</a>
<a class="button button-clear" href="{% url 'workflow_demo' 2 %}">Double Stage</a>
<a class="button button-clear" href="{% url 'funds:workflow_demo' 1 %}">Single Stage</a>
<a class="button button-clear" href="{% url 'funds:workflow_demo' 2 %}">Double Stage</a>
</section>
</nav>
<section class="container">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment