Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Commit

Permalink
adding a new program link to issuer
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcavoy committed May 23, 2013
1 parent 1678d22 commit 327ff47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/admin/create-or-edit-issuer.html
Expand Up @@ -85,6 +85,7 @@ <h1>
<hr>
<div>
<h2>Programs</h2>
<a href="/admin/issuer/{{ issuer.id}}/program">Add a New Program</a>
<ul>
{% for program in issuer.programs %}
<li><a href="/admin/program/{{ program.id }}">{{ program.name }}</a></li>
Expand Down

0 comments on commit 327ff47

Please sign in to comment.