def postInTags(request, id):
tags = Tag.objects.filter().get(id=id)
posts = tags.post_set.all()
return render(request, 'tag_posts.html', {'posts': posts, 'tags': tags})
Username = forms.EmailField(required=True, widget=forms.widgets.TextInput(attrs={'placeholder': 'Email'}))
@media (min-width: 1280px)
@media (min-width: 1280px) {
.menu-container{
width:600px;
}
.menu-item1{
width:25%;
}
.menu-item2{
width:50%;
}
}
@media (min-width: 1280px) {
.menu-container{
width:100%;
}
.menu-item1{
width:50%;
}
.menu-item2{
width:100%:}
}
<input type="submit" value="" class="wpcf7-form-control wpcf7-submit">
.wpcf7-submit {
font-family: FontAwesome, 'Helvetica', sans-serif;
}