Use Ids for address no titles

This commit is contained in:
Las Zenow 2012-08-21 21:22:56 +02:00
parent a95887a996
commit 88b4809e99
7 changed files with 23 additions and 19 deletions

View file

@ -68,7 +68,7 @@
</div>
<div class="form-actions">
<button type="submit" class="btn btn-primary">Save</button>
<a href="/book/{{.Title}}" class="btn">Cancel</a>
<a href="/book/{{.Id}}" class="btn">Cancel</a>
</div>
</fieldset>
</form>