diff options
author | Michael Elkins <melkins@tislabs.com> | 2010-07-07 17:42:47 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2010-07-07 17:42:47 +0000 |
commit | 31fd6e938ec8e12c430a7f560631e57e1409adb9 (patch) | |
tree | 1d2ee242d4fafe7ee4c5b80b5899b94f93152b4d | |
parent | d65df76fb0a56fe0e26daa8be63d9599b0ecf29e (diff) |
forgot to install base html template
svn path=/portal-gui/Makefile.in; revision=3358
-rw-r--r-- | portal-gui/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/portal-gui/Makefile.in b/portal-gui/Makefile.in index a2762cf1..a9d8ab3b 100644 --- a/portal-gui/Makefile.in +++ b/portal-gui/Makefile.in @@ -57,6 +57,7 @@ INSTALL_FILES=\ rpkigui/myrpki/models.py \ rpkigui/myrpki/urls.py \ rpkigui/myrpki/views.py \ + rpkigui/templates/base.html \ rpkigui/templates/myrpki/asn_view.html \ rpkigui/templates/myrpki/child_view.html \ rpkigui/templates/myrpki/conf_list.html \ |