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

Commit

Permalink
Remove blog link form checkbox. Fix bug 743378.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmac committed Apr 10, 2012
1 parent fe8b281 commit 4a7063f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions apps/projects/templates/projects/edit.html
Expand Up @@ -62,10 +62,6 @@ <h2>{{ _('Edit Project') }}</h2>
<label for="id_url">{{ _('URL') }}</label>
<input id="id_url" name="link_url" type="text">
</div>
<div>
<label for="id_blog">{{ _('Blog') }}</label>
<input id="id_blog" type="checkbox" name="link_blog">
</div>
<a class="button add sans"
href="{{ url('projects_links_add', project.slug) }}">{{ _('Add Link') }}</a>
</div>
Expand Down
6 changes: 0 additions & 6 deletions media/css/main.less
Expand Up @@ -508,12 +508,6 @@ form .addLink input {
margin: 0 5px 0 0;
width: 168px;
}
#project_edit form .addLink input {
width: 150px;
}
#project_edit form .addLink #id_blog {
width: auto;
}
form .addLink button {
padding: 4px 0px;
width: 72px;
Expand Down

0 comments on commit 4a7063f

Please sign in to comment.