diff options
Diffstat (limited to 'pyaggr3g470r/templates')
-rw-r--r-- | pyaggr3g470r/templates/management.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html index 5101590b..efa649f0 100644 --- a/pyaggr3g470r/templates/management.html +++ b/pyaggr3g470r/templates/management.html @@ -11,5 +11,9 @@ <h1>Your Profile</h1> <p>Update your <a href="/profile/">profile</a>.</p> </div> + <div class="jumbotron"> + <h1>Export</h1> + <a href="/export/" class="btn btn-default">HTML</a> + </div> </div><!-- /.container --> {% endblock %}
\ No newline at end of file |