M templates/add_edit.html => templates/add_edit.html +1 -1
@@ 75,7 75,7 @@
</div>
<div>
<label>Is Active?</label>
- <input type="checkbox" name="is_active"{{if .form.IsActive}} checked{{end}}/>
+ <input type="checkbox" value="true" name="is_active"{{if .form.IsActive}} checked{{end}}/>
{{ with .errors.IsActive }}
<p class="error">{{ . }}</p>
{{ end }}
M templates/home.html => templates/home.html +1 -1
@@ 11,7 11,7 @@
<article>
<div class="d-flex items-center">
<h3 class="is-marginless mr-1">
- <a class="text-dark" href="{{ reverse "home:repo_edit" .ID }}" target="_blank">{{ .Name }} ({{ .RepoName }})</a>
+ <a class="text-dark" href="{{ reverse "home:repo_edit" .ID }}">{{ .Name }} ({{ .RepoName }})</a>
</h3>
<a class="edit-element-icon" href="{{ reverse "home:repo_edit" .ID }}">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6" style="width:20px">