fixed issue adding repository when no teams exist

This commit is contained in:
Brad Rydzewski
2014-02-07 03:22:57 -07:00
parent d5e5797934
commit 07c6c4a4ff
2 changed files with 4 additions and 1 deletions

View File

@@ -45,7 +45,7 @@
<div class="alert">Select your Drone account</div>
<ul>
<li>
<input type="radio" name="team" checked="True">
<input type="radio" name="team" checked="True" value="">
<img src="{{ .User.Image }}?s=32">
<span>Me</span>
</li>