Skip to content

Commit

Permalink
Add callsign issued date to callsign detail view
Browse files Browse the repository at this point in the history
  • Loading branch information
elnappo committed Apr 30, 2019
1 parent a80e0e5 commit 27cb590
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ <h4 class="modal-title" id="myModalLabel">Confirm callsign claim</h4>
<td>D-STAR</td>
<td>{{ object.dstar|yesno }}</td>
</tr>
{% if object.issued %}
<tr>
<td>Issued</td>
<td>{{ object.issued }}</td>
</tr>
{% endif %}
</tbody>
</table>
</div>
Expand Down

0 comments on commit 27cb590

Please sign in to comment.