Refresh design

This commit is contained in:
Jonathan Cremin 2015-01-18 14:21:52 +00:00
parent 5d95439e23
commit 206434b7de
5 changed files with 863 additions and 166 deletions

View file

@ -31,7 +31,7 @@ class Link(models.Model):
class LinkForm(ModelForm):
url = CharField(label='')
url = CharField(widget=TextInput(attrs={'class':'u-full-width', 'placeholder': 'Paste the link you want to shorten'}), label='')
class Meta:
model = Link
fields = ['url']