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

Improve the demo to show the friendly names on the frontend

parent 8d1a77e2
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,8 @@ ...@@ -16,7 +16,8 @@
</section> </section>
<section class="container"> <section class="container">
<h2>{{ workflow}}</h2> <h2>{{ workflow}}</h2>
<h3>{{ phase }}</h3> <h3>{{ phase.stage }}</h3>
<h4>{{ phase.name }}</h4>
<form method="post"> <form method="post">
{% csrf_token %} {% csrf_token %}
<input id="current" type="hidden" name="current" value="{{ phase }}" /> <input id="current" type="hidden" name="current" value="{{ phase }}" />
......
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