Skip to content

Commit

Permalink
Add http field to all citeable objects
Browse files Browse the repository at this point in the history
  • Loading branch information
rescrv committed May 16, 2013
1 parent 67edac2 commit 63b0465
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crosstex/objects.py
Expand Up @@ -159,8 +159,9 @@ class citeableref(Object):
abstract = Field()
category = Field()
subcategory = Field()
ps = Field()
pdf = Field()
ps = Field()
pdf = Field()
http = Field()

class article(citeableref):
author = Author(required=True)
Expand Down

0 comments on commit 63b0465

Please sign in to comment.