We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edc16fd + 618da51 commit 2ae1e0cCopy full SHA for 2ae1e0c
app/controllers/index_controller.py
@@ -6,5 +6,5 @@
6
class IndexController(ControllerBase):
7
@staticmethod
8
def get():
9
- name = "Keith Williams 2"
+ name = "Keith Williams 3"
10
return render_template('index.html', name=name)
0 commit comments