Commit 2f023c2efa5e9a2ced2f56fab4b104d931fa005a
- Diff rendering mode:
- inline
- side by side
  | |||
101 | 101 | <button class="btn btn-primary" id="addPage">Add Page</button> | |
102 | 102 | <hr> | |
103 | 103 | <p> <a href="javascript:void(0);" id="menu-config"> Site Menu </a> </p> | |
104 | <p><a href="{{ url_for('/') }}"> Go to site </a></p> | ||
104 | <p><a href="{{ url_for('index') }}"> Go to site </a></p> | ||
105 | 105 | </div> | |
106 | 106 | </script> | |
107 | 107 |