diff --git a/hrapplications/models.py b/hrapplications/models.py index 3e6bd0ed..37e55459 100755 --- a/hrapplications/models.py +++ b/hrapplications/models.py @@ -27,6 +27,7 @@ class HRApplication(models.Model): class HRApplicationComment(models.Model): + created_on = models.DateTimeField(auto_now_add=True, null=True) comment = models.CharField(max_length=254, default="") application = models.ForeignKey(HRApplication) commenter_user = models.ForeignKey(User) diff --git a/stock/templates/registered/hrapplicationmanagement.html b/stock/templates/registered/hrapplicationmanagement.html index 189e8fe6..b1bf5927 100755 --- a/stock/templates/registered/hrapplicationmanagement.html +++ b/stock/templates/registered/hrapplicationmanagement.html @@ -21,9 +21,8 @@ - +
- {% for personal_app in personal_apps %} - diff --git a/stock/templates/registered/hrapplicationview.html b/stock/templates/registered/hrapplicationview.html index 571a5586..55b55c55 100755 --- a/stock/templates/registered/hrapplicationview.html +++ b/stock/templates/registered/hrapplicationview.html @@ -164,7 +164,7 @@ {% for comment in comments %}
Application ID Username Main Character Corporation @@ -32,7 +31,6 @@
{{ personal_app.id }} {{ personal_app.user.username }} {{ personal_app.character_name }} {{ personal_app.corp.corporation_name }}