grg commited on
Commit
f1724a1
·
1 Parent(s): 2a3cc01

Removing unnecessary buttons

Browse files
Files changed (2) hide show
  1. templates/about.html +1 -1
  2. templates/index.html +1 -1
templates/about.html CHANGED
@@ -385,7 +385,7 @@ their expression of that value).
385
  </p>
386
  </div>
387
  <div class="back-button">
388
- <a href="{{ url_for('about') }}" class="custom-button mt-3">Motivation and Methodology page</a>
389
  <a href="{{ url_for('index') }}" class="custom-button mt-3">Main page</a>
390
  </div>
391
  <div class="citation-section">
 
385
  </p>
386
  </div>
387
  <div class="back-button">
388
+ <!-- <a href="{{ url_for('about') }}" class="custom-button mt-3">Motivation and Methodology page</a>-->
389
  <a href="{{ url_for('index') }}" class="custom-button mt-3">Main page</a>
390
  </div>
391
  <div class="citation-section">
templates/index.html CHANGED
@@ -338,7 +338,7 @@
338
  </div>
339
  <div class="about-button">
340
  <a href="{{ url_for('about') }}" class="custom-button mt-3">Motivation and Methodology page</a>
341
- <a href="{{ url_for('new_model') }}" class="custom-button mt-3">Submit a model</a>
342
  </div>
343
  <div class="citation-section">
344
  <p>
 
338
  </div>
339
  <div class="about-button">
340
  <a href="{{ url_for('about') }}" class="custom-button mt-3">Motivation and Methodology page</a>
341
+ <!-- <a href="{{ url_for('new_model') }}" class="custom-button mt-3">Submit a model</a>-->
342
  </div>
343
  <div class="citation-section">
344
  <p>