You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hello/templates/index.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
<ahref="/" class="lang-logo">
9
9
<imgsrc="{% static 'lang-logo.png'%}">
10
10
</a>
11
-
<h1>OCU's Python on Heroku website</h1>
11
+
<h1>Oficina Cooperación Universitaria</h1>
12
12
<p>This is a sample Python application deployed to Heroku. It's a reasonably simple app - but a good foundation for understanding how to get the most out of the Python @ Heroku platform.</p>
13
13
<atype="button" class="btn btn-lg btn-default" href="https://devcenter.heroku.com/articles/getting-started-with-python"><spanclass="glyphicon glyphicon-flash"></span> Getting Started with Python</a>
14
14
<atype="button" class="btn btn-lg btn-primary" href="https://github.com/borja/python-getting-started"><spanclass="glyphicon glyphicon-download"></span> Source on GitHub</a>
0 commit comments